Skip to main content

BootstrapRadioButtonListBuilder Methods

Represents a group of radio button editors that allow one option from several to be selected.
Name Description
Bind(Object)
Caption(String) Inherited from BootstrapRadioButtonListBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ClientSideEvents(Action<ListEditClientSideEventsBuilder>) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapRadioButtonListBuilderBase<T>.
CssClasses(Action<BootstrapRadioButtonListCssClassesBuilder>) Inherited from BootstrapRadioButtonListBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapRadioButtonListBuilderBase<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>.
Items(Action<BootstrapListEditItemCollectionBuilder>) Inherited from BootstrapRadioButtonListBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String)
ReadOnly(Boolean) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
RepeatColumns(Int32) Inherited from BootstrapRadioButtonListBuilderBase<T>.
RepeatDirection(RepeatDirection) Inherited from BootstrapRadioButtonListBuilderBase<T>.
SelectedIndex(Int32) Inherited from BootstrapRadioButtonListBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapRadioButtonListBuilderBase<T>.
TextField(String) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ToolTip(String) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapRadioButtonListBuilderBase<T>.
Value(Object) Sets the edited value within the editor.
ValueField(String) Inherited from BootstrapRadioButtonListBuilderBase<T>.
ValueType(Type) Inherited from BootstrapRadioButtonListBuilderBase<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