The members of System.Web.UI.WebControls.HyperLinkColumn are listed below.
See Also: Inherited members from System.Web.UI.WebControls.DataGridColumn
Initializes a new instance of the System.Web.UI.WebControls.HyperLinkColumn class. |
| DataNavigateUrlField | string.
Gets or sets the field from a data source to bind to the URL of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn. | |
| DataNavigateUrlFormatString | string.
Gets or sets the display format for the URL of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn when the URL is data-bound to a field in a data source. | |
| DataTextField | string.
Gets or sets the field from a data source to bind to the text caption of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn. | |
| DataTextFormatString | string.
Gets or sets the display format for the text caption of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn column. | |
| NavigateUrl | string.
Gets or sets the URL to link to when a hyperlink in the column is clicked. | |
| Target | string.
Gets or sets the target window or frame to display the Web page content that is linked to when the hyperlink in the column is clicked. | |
| Text | string.
Gets or sets the text caption to display for the hyperlinks in the column. |
override | Initialize()Documentation for this section has not yet been entered. | |
override | InitializeCell(TableCell, int, ListItemType)
| |
FormatDataNavigateUrlValue(object)
| ||
FormatDataTextValue(object)
| ||