GridHyperLinkColumn Properties |
The GridHyperLinkColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AllowFiltering |
Gets or sets whether the column data can be filtered. The default value is
true.
|
![]() |
DataNavigateUrlFields |
Gets or sets a string, representing a comma-separated enumeration of DataFields
from the data source, which will form the url of the windwow/frame that the hyperlink
will target.
|
![]() |
DataNavigateUrlFormatString |
Gets or sets a string, specifying the FormatString of the DataNavigateURL.
Essentially, the DataNavigateUrlFormatString property sets the formatting for the url
string of the target window or frame.
|
![]() |
DataTextField |
Gets or sets a string, representing the DataField name from the data source,
which will be used to supply the text for the hyperlink in the column. This text can
further be customized, by using the DataTextFormatString property.
|
![]() |
DataTextFormatString |
Gets or sets a string, specifying the format string, which will be used to format
the text of the hyperlink, rendered in the cells of the column.
|
![]() |
NavigateUrl |
Gets or sets a string, specifying the url, to which to navigate, when a hyperlink
within a column is pressed. This property will be honored only if the
DataNavigateUrlFields are not set. If either
DataNavigateUrlFields are set, they will override the
NavigateUrl property.
|
![]() |
Target |
Sets or gets a string, specifying the window or frame at which to target content. The possible values are: _blank - the target URL will open in a new window |
![]() |
Text |
Gets or sets a string, specifying the text to be displayed by the hyperlinks in
the column, when there is no DataTextField specified.
|