Back to Devexpress

BootstrapRadioButtonList Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7e405b34.md

latest3.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapRadioButtonList")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapRadioButtonList :
    ASPxRadioButtonList,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner,
    IBootstrapListItemCaptionOwner
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapRadioButtonList")>
Public Class BootstrapRadioButtonList
    Inherits ASPxRadioButtonList
    Implements 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.

Inheritance

Show 13 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxListEdit ASPxCheckListBase ASPxRadioButtonList BootstrapRadioButtonList

See Also

BootstrapRadioButtonList Members

DevExpress.Web.Bootstrap Namespace