The properties 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
override | ApplyFormatInEditMode | bool.
Overrides the BoundField.ApplyFormatInEditMode property. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class. |
override | ConvertEmptyStringToNull | bool.
Overrides the BoundField.ConvertEmptyStringToNull property. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class. |
override | DataFormatString | string.
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 | HtmlEncode | bool.
Overrides the BoundField.HtmlEncode property. This property is not supported by the System.Web.UI.WebControls.CheckBoxField class. |
override | NullDisplayText | string.
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. |
Text | string.
Gets or sets the caption to display next to each check box in a System.Web.UI.WebControls.CheckBoxField object. |
[read-only] override | SupportsHtmlEncode | bool.
Gets a Boolean value indicating whether the control supports HTML encoding. |