The members of System.Web.UI.WebControls.DataControlField are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.DataControlField class. |
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. |
ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary, DataControlFieldCell, DataControlRowState, bool)
| ||
Initialize(bool, System.Web.UI.Control)
| ||
InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)
| ||
override | ToString()
| |
ValidateSupportsCallback()
|
CloneField()
| ||
CopyProperties(DataControlField)
| ||
abstract | CreateField()
| |
LoadViewState(object)
| ||
OnFieldChanged()
| ||
SaveViewState()
| ||
TrackViewState()
|
System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema | object. Documentation for this section has not yet been entered. | |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DataControlField object is saving changes to its view state. |
System.Web.UI.IStateManager.LoadViewState |
Restores the data control field's previously saved view state. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the changes made to the System.Web.UI.WebControls.DataControlField view state since the time the page was posted back to the server. | |
System.Web.UI.IStateManager.TrackViewState |
Causes the System.Web.UI.WebControls.DataControlField object to track changes to its view state so they can be stored in the control's DataControlField.ViewState property and persisted across requests for the same page. |