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
AccessibleHeaderText | string.
Gets or sets text that is rendered as the AbbreviatedText property value in some controls. | |
[read-only] | ControlStyle | Style.
Gets the style of any Web server controls contained by the System.Web.UI.WebControls.DataControlField object. |
[read-only] | FooterStyle | TableItemStyle.
Gets or sets the style of the footer of the data control field. |
FooterText | string.
Gets or sets the text that is displayed in the footer item of a data control field. | |
HeaderImageUrl | string.
Gets or sets the URL of an image that is displayed in the header item of a data control field. | |
[read-only] | HeaderStyle | TableItemStyle.
Gets or sets the style of the header of the data control field. |
HeaderText | string.
Gets or sets the text that is displayed in the header item of a data control field. | |
InsertVisible | bool.
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] | ItemStyle | TableItemStyle.
Gets the style of any text-based content displayed by a data control field. |
ShowHeader | bool.
Gets or sets a value indicating whether the header item of a data control field is rendered. | |
SortExpression | string.
Gets or sets a sort expression that is used by a data source control to sort data. | |
Visible | bool.
Gets or sets a value indicating whether a data control field is rendered. |
[read-only] | Control | System.Web.UI.Control.
Gets a reference to the data control that the System.Web.UI.WebControls.DataControlField object is associated with. |
[read-only] | DesignMode | bool.
Gets a value indicating whether a data control field is currently viewed in a design-time environment. |
[read-only] | IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DataControlField object is saving changes to its view state. |
[read-only] | ViewState | System.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. |