Public Constructors
| Name | Description | |
|---|---|---|
![]() |
BooleanField | Initializes a new instance of BooleanField. |
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
CreateCustomValidator | Adds custom validator to the controls collection. |
![]() |
CreateLabelAndDataControls | Adds the label and data controls to the controls collection. |
![]() |
LoadViewState | Restores view state information from a previous request that was saved with the BooleanField.SaveViewState() method. |
![]() |
OnCustomValidate | Raises the CustomValidate event for the BooleanField control. |
![]() |
PrepareForRender | Sets the properties of the child controls to get ready for rendering. |
![]() |
RegisterClientScriptResources | Registers client-side script resources for this instance of BooleanField. |
![]() |
RegisterInitScript | Registers initialization script for this instance of BooleanField. |
![]() |
SaveViewState | Saves any state that was modified after the BooleanField.TrackViewState() method was invoked. |
![]() |
TrackViewState | Causes this instance of BooleanField to track changes to its view state so that they can be stored in the control's System.Web.UI.Control.ViewState property. |
Public Properties
(see also: Protected Properties)
| Name | Description | |
|---|---|---|
![]() |
CheckBoxAttributes | Gets the collection of arbitrary attributes (for rendering only) of the check box that do not correspond to properties on the control. |
![]() |
CheckBoxClientID | Gets the client ID of the check box control. |
![]() |
Checked | Gets or sets a value indicating whether the check box is checked. |
![]() |
CompareToControlValidation | Gets or sets the settings that determines the compare to control validation behavior for this instance of BooleanField. |
![]() |
CompareToValueValidation | Gets or sets the settings that determines the compare to value validation behavior for this instance of BooleanField. |
Protected Properties
| Name | Description | |
|---|---|---|
![]() |
ClientValidatorClass | Gets the name of the client-side validator JavaScript class for this instance of BooleanField. |
![]() |
MandatoryToolTipParameters | Gets the comma delimited mandatory parameters list that is used to construct tooltip at client side for this instance of BooleanField. |
Public Events
| Name | Description | |
|---|---|---|
![]() |
CustomValidate | Occurs as the last step of server-side validation. |