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

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

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

Public Methods

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

Fills the specified IDictionary object with the values from the specified System.Web.UI.WebControls.TableCell object.

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

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

override
InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)

Initializes the specified System.Web.UI.WebControls.TableCell object to the specified row state.

override
ValidateSupportsCallback()

Determines whether the controls contained in a System.Web.UI.WebControls.BoundField object support callbacks.

Protected Methods

override
CopyProperties(DataControlField)

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

override
CreateField() : DataControlField

Creates an empty System.Web.UI.WebControls.BoundField object.

FormatDataValue(object, bool) : string

Formats the specified field value for a cell in the System.Web.UI.WebControls.BoundField object.

GetDesignTimeValue() : object

Retrieves the value used for a field's value when rendering the System.Web.UI.WebControls.BoundField object in a designer.

GetValue(System.Web.UI.Control) : object

Retrieves the value of the field bound to the System.Web.UI.WebControls.BoundField object.

InitializeDataCell(DataControlFieldCell, DataControlRowState)

Initializes the specified System.Web.UI.WebControls.TableCell object to the specified row state.

OnDataBindField(object, EventArgs)

Binds the value of a field to the System.Web.UI.WebControls.BoundField object.