Name | Description | |
---|---|---|
C1HyperLinkField Constructor | Constructor. Initializes a new instance of the C1HyperLinkField class. |
The following tables list the members exposed by C1HyperLinkField.
Name | Description | |
---|---|---|
C1HyperLinkField Constructor | Constructor. Initializes a new instance of the C1HyperLinkField class. |
Name | Description | |
---|---|---|
AccessibleHeaderText | Gets or sets text that is rendered as the abbr attribute of the column's header cell. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
Aggregate | Causes the grid to calculate aggregate values on the column and place them in the group header and footer rows. If the grid does not contain any groups, setting the Aggregate property has no effect. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
AllowMoving | A value indicating whether the column can be moved. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
AllowSizing | A value indicating whether the column can be sized. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
DataNavigateUrlFields | Gets or sets the names of the fields from the data source used to construct the URLs for the hyperlinks in the C1HyperLinkField. | |
DataNavigateUrlFormatString | Gets or sets the display format for the URL of the hyperlinks in the C1HyperLinkField when the URL is data-bound to a field in a data source. | |
DataTextField | Gets or sets the field to bind to the text of the hyperlink. | |
DataTextFormatString | Gets or sets the display format for the text caption of the hyperlinks in the C1HyperLinkField column. | |
FooterText | Gets or sets the footer text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
HeaderImageUrl | Gets or sets the location of the header image. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
HeaderText | Gets or sets the header text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
NavigateUrl | Gets or sets the URL when a hyperlink is clicked. | |
RowMerge | Determines whether rows are merged. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
SortDirection | Gets the direction of the sort. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
SortExpression | Gets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
Target | Gets or sets the window or frame where content appears when a hyperlink is clicked. | |
Text | Gets or sets the text for the hyperlink. | |
Visible | A value indicating whether column is visible. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
Width | Determines the width of the column. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) |
Name | Description | |
---|---|---|
ExtractValuesFromCell | Fills the specified System.Collections.Specialized.IOrderedDictionary object with values from the specified C1GridViewCell object. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) |