System.Web.UI.WebControls.HyperLinkColumn Members

The members of System.Web.UI.WebControls.HyperLinkColumn are listed below.

See Also: Inherited members from System.Web.UI.WebControls.DataGridColumn

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.HyperLinkColumn class.

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.

Public Methods

override
Initialize()
Documentation for this section has not yet been entered.
override
InitializeCell(TableCell, int, ListItemType)

Initializes the cell representing this column with the contained hyperlink.

Protected Methods

FormatDataNavigateUrlValue(object) : string

Formats a data-bound URL using the format specified by the HyperLinkColumn.DataNavigateUrlFormatString property.

FormatDataTextValue(object) : string

Formats a data-bound text caption using the format specified by the HyperLinkColumn.DataTextFormatString property.