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

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

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

Public Methods

Protected Methods

override
CopyProperties(DataControlField)

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

override
CreateField() : DataControlField

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

override
GetDesignTimeValue() : object

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

override
InitializeDataCell(DataControlFieldCell, DataControlRowState)

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

override
OnDataBindField(object, EventArgs)

Binds the value of a field to a check box in the System.Web.UI.WebControls.CheckBoxField object.