System.Web.UI.WebControls.DataControlField Members

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

See Also: Inherited members from System.Object

Protected Constructors

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

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.

Public Methods

ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary, DataControlFieldCell, DataControlRowState, bool)

Extracts the value of the data control field from the current table cell and adds the value to the specified IDictionary collection.

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

Performs basic instance initialization for a data control field.

InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)

Adds text or controls to a cell's controls collection.

override
ToString() : string

Returns a string that represents this System.Web.UI.WebControls.DataControlField object.

ValidateSupportsCallback()

When overridden in a derived class, signals that the controls contained by a field support callbacks.

Protected Methods

CloneField() : DataControlField

Creates a duplicate copy of the current System.Web.UI.WebControls.DataControlField-derived object.

CopyProperties(DataControlField)

Copies the properties of the current System.Web.UI.WebControls.DataControlField-derived object to the specified System.Web.UI.WebControls.DataControlField object.

abstract
CreateField() : DataControlField

When overridden in a derived class, creates an empty System.Web.UI.WebControls.DataControlField-derived object.

LoadViewState(object)

Restores the data source view's previously saved view state.

OnFieldChanged()

Raises the FieldChanged event.

SaveViewState() : object

Saves the changes made to the System.Web.UI.WebControls.DataControlField view state since the time the page was posted back to the server.

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.

Explicitly Implemented Interface Members

System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchemaobject. Documentation for this section has not yet been entered.
[read-only]
System.Web.UI.IStateManager.IsTrackingViewStatebool.

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.