System.Web.UI.WebControls.HyperLinkField: Method Members

The methods of System.Web.UI.WebControls.HyperLinkField are listed below. For a list of all members, see the HyperLinkField Members list.

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

Public Methods

override
Initialize(bool, System.Web.UI.Control) : bool

Initializes the System.Web.UI.WebControls.HyperLinkField object.

override
InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)

Initializes a cell in a System.Web.UI.WebControls.HyperLinkField object.

override
ValidateSupportsCallback()

Indicates that the controls contained by the System.Web.UI.WebControls.HyperLinkField object support callbacks.

Protected Methods

override
CopyProperties(DataControlField)

Copies the properties of the current System.Web.UI.WebControls.HyperLinkField object to the specified object.

override
CreateField() : DataControlField

Returns a new instance of the System.Web.UI.WebControls.HyperLinkField class.

FormatDataNavigateUrlValue(object[]) : string

Formats the navigation URL using the format string specified by the HyperLinkField.DataNavigateUrlFormatString property.

FormatDataTextValue(object) : string

Formats the caption text using the format string specified by the HyperLinkField.DataTextFormatString property.