The properties of System.Web.UI.WebControls.HyperLinkColumn are listed below. For a list of all members, see the HyperLinkColumn Members list.
See Also: Inherited members from System.Web.UI.WebControls.DataGridColumn
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. |