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

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

See Also: Inherited members from System.Object

Public Properties

AccessibleHeaderTextstring.

Gets or sets text that is rendered as the AbbreviatedText property value in some controls.

[read-only]
ControlStyleStyle.

Gets the style of any Web server controls contained by the System.Web.UI.WebControls.DataControlField object.

[read-only]
FooterStyleTableItemStyle.

Gets or sets the style of the footer of the data control field.

FooterTextstring.

Gets or sets the text that is displayed in the footer item of a data control field.

HeaderImageUrlstring.

Gets or sets the URL of an image that is displayed in the header item of a data control field.

[read-only]
HeaderStyleTableItemStyle.

Gets or sets the style of the header of the data control field.

HeaderTextstring.

Gets or sets the text that is displayed in the header item of a data control field.

InsertVisiblebool.

Gets a value indicating whether the System.Web.UI.WebControls.DataControlField object is visible when its parent data-bound control is in insert mode.

[read-only]
ItemStyleTableItemStyle.

Gets the style of any text-based content displayed by a data control field.

ShowHeaderbool.

Gets or sets a value indicating whether the header item of a data control field is rendered.

SortExpressionstring.

Gets or sets a sort expression that is used by a data source control to sort data.

Visiblebool.

Gets or sets a value indicating whether a data control field is rendered.

Protected Properties

[read-only]
ControlSystem.Web.UI.Control.

Gets a reference to the data control that the System.Web.UI.WebControls.DataControlField object is associated with.

[read-only]
DesignModebool.

Gets a value indicating whether a data control field is currently viewed in a design-time environment.

[read-only]
IsTrackingViewStatebool.

Gets a value indicating whether the System.Web.UI.WebControls.DataControlField object is saving changes to its view state.

[read-only]
ViewStateSystem.Web.UI.StateBag.

Gets a dictionary of state information that allows you to save and restore the view state of a System.Web.UI.WebControls.DataControlField object across multiple requests for the same page.