Skip to main content

BootstrapRadioButtonList Class

Represents a group of radio button editors that allow one option of several to be selected.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DXClientDocumentationProviderWeb("BootstrapRadioButtonList")]
[ToolboxTabName("DX.23.2: Bootstrap Controls")]
public class BootstrapRadioButtonList :
    ASPxRadioButtonList,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner,
    IBootstrapListItemCaptionOwner

Remarks

Note

The BootstrapRadioButtonList control provides you with comprehensive client-side functionality implemented using JavaScript code:

The control’s client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.

See Also