System.Web.UI.WebControls.CheckBoxField Members

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

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

Public Constructors

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

Public Properties

override
ApplyFormatInEditModebool.

Overrides the BoundField.ApplyFormatInEditMode property. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class.

override
ConvertEmptyStringToNullbool.

Overrides the BoundField.ConvertEmptyStringToNull property. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class.

override
DataFormatStringstring.

Gets or sets the string that specifies the display format for the value of the field. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class.

override
HtmlEncodebool.

Overrides the BoundField.HtmlEncode property. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class.

override
NullDisplayTextstring.

Gets or sets the text displayed for a field when the field's value is null. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class.

Textstring.

Gets or sets the caption to display next to each check box in a System.Web.UI.WebControls.CheckBoxField object.

Protected Properties

[read-only]
override
SupportsHtmlEncodebool.

Gets a Boolean value indicating whether the control supports HTML encoding.

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.