Click or drag to resize
GridHyperLinkColumn Properties

The GridHyperLinkColumn type exposes the following members.

Properties
  Name Description
Public property AllowFiltering
Gets or sets whether the column data can be filtered. The default value is true.
Public property 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.
Public property 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.
Public property 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.
Public 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.
Public property 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.
Public 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
_self - the target URL will open in the same frame as it was clicked
_parent - the target URL will open in the parent frameset
_top - the target URL will open in the full body of the window

Public property Text
Gets or sets a string, specifying the text to be displayed by the hyperlinks in the column, when there is no DataTextField specified.
Top
See Also