System.Web.UI.WebControls.HyperLinkColumn: Property Members

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

Public Properties

DataNavigateUrlFieldstring.

Gets or sets the field from a data source to bind to the URL of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn.

DataNavigateUrlFormatStringstring.

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.

DataTextFieldstring.

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.

DataTextFormatStringstring.

Gets or sets the display format for the text caption of the hyperlinks in the System.Web.UI.WebControls.HyperLinkColumn column.

NavigateUrlstring.

Gets or sets the URL to link to when a hyperlink in the column is clicked.

Targetstring.

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.

Textstring.

Gets or sets the text caption to display for the hyperlinks in the column.