Skip to main content

BootstrapRadioButtonBuilder Methods

Represents a radio button control.
Name Description
Checked(Boolean) Inherited from BootstrapRadioButtonBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapRadioButtonBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapRadioButtonBuilderBase<T>.
ClientSideEvents(Action<CheckEditClientSideEventsBuilder>) Inherited from BootstrapRadioButtonBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapRadioButtonBuilderBase<T>.
CssClasses(Action<BootstrapRadioButtonCssClassesBuilder>) Inherited from BootstrapRadioButtonBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapRadioButtonBuilderBase<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.
GroupName(String) Inherited from BootstrapRadioButtonBuilderBase<T>.
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 BootstrapRadioButtonBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapRadioButtonBuilderBase<T>.
Text(String) Inherited from BootstrapRadioButtonBuilderBase<T>.
ToolTip(String) Inherited from BootstrapRadioButtonBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapRadioButtonBuilderBase<T>.
Value(Object) Sets the edited value within the editor.
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