Respresents a labeled check box that is used to display and enter boolean value.
Declaring type: BooleanField
Namespace: XNode.Web.XField.Controls
Assembly: XNode.Web.XField
Collapse/Expand Public Constructors
  Name Description
Public Method BooleanField Initializes a new instance of BooleanField.
Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual CreateCustomValidator Adds custom validator to the controls collection.
Protected Method Virtual CreateLabelAndDataControls Adds the label and data controls to the controls collection.
Protected Method Virtual LoadViewState Restores view state information from a previous request that was saved with the BooleanField.SaveViewState() method.
Protected Method Virtual OnCustomValidate Raises the CustomValidate event for the BooleanField control.
Protected Method Virtual PrepareForRender Sets the properties of the child controls to get ready for rendering.
Protected Method Virtual RegisterClientScriptResources Registers client-side script resources for this instance of BooleanField.
Protected Method Virtual RegisterInitScript Registers initialization script for this instance of BooleanField.
Protected Method Virtual SaveViewState Saves any state that was modified after the BooleanField.TrackViewState() method was invoked.
Protected Method Virtual 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.
Collapse/Expand Public Properties (see also: Protected Properties)
  Name Description
Public Property CheckBoxAttributes Gets the collection of arbitrary attributes (for rendering only) of the check box that do not correspond to properties on the control.
Public Property CheckBoxClientID Gets the client ID of the check box control.
Public Property Checked Gets or sets a value indicating whether the check box is checked.
Public Property Virtual CompareToControlValidation Gets or sets the settings that determines the compare to control validation behavior for this instance of BooleanField.
Public Property Virtual CompareToValueValidation Gets or sets the settings that determines the compare to value validation behavior for this instance of BooleanField.
Collapse/Expand Protected Properties
  Name Description
Protected Property ClientValidatorClass Gets the name of the client-side validator JavaScript class for this instance of BooleanField.
Protected Property MandatoryToolTipParameters Gets the comma delimited mandatory parameters list that is used to construct tooltip at client side for this instance of BooleanField.
Collapse/Expand Public Events
  Name Description
Public Event CustomValidate Occurs as the last step of server-side validation.