Skip to main content

BootstrapCheckBoxBuilder Methods

Represents the check box control.
Name Description
AllowGrayed(Boolean) Inherited from BootstrapCheckBoxBuilderBase<T>.
AllowGrayedByClick(Boolean) Inherited from BootstrapCheckBoxBuilderBase<T>.
Checked(Boolean) Inherited from BootstrapCheckBoxBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapCheckBoxBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapCheckBoxBuilderBase<T>.
ClientSideEvents(Action<CheckEditClientSideEventsBuilder>) Inherited from BootstrapCheckBoxBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapCheckBoxBuilderBase<T>.
CssClasses(Action<BootstrapCheckBoxCssClassesBuilder>) Inherited from BootstrapCheckBoxBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapCheckBoxBuilderBase<T>.
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EncodeHtml(Boolean) Inherited from BootstrapControlBuilder<T>.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String)
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SettingsBootstrap(Action<BootstrapCheckboxAndRadioBootstrapSpecificSettingsBuilder>) Inherited from BootstrapCheckBoxBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapCheckBoxBuilderBase<T>.
Text(String) Inherited from BootstrapCheckBoxBuilderBase<T>.
ToolTip(String) Inherited from BootstrapCheckBoxBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapCheckBoxBuilderBase<T>.
Value(Object) Sets the edited value within the editor.
ValueChecked(Object) Inherited from BootstrapCheckBoxBuilderBase<T>.
ValueGrayed(Object) Inherited from BootstrapCheckBoxBuilderBase<T>.
ValueType(Type) Inherited from BootstrapCheckBoxBuilderBase<T>.
ValueUnchecked(Object) Inherited from BootstrapCheckBoxBuilderBase<T>.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also