aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7e405b34.md
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
[DXClientDocumentationProviderWeb("BootstrapRadioButtonList")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapRadioButtonList :
ASPxRadioButtonList,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner,
IBootstrapListItemCaptionOwner
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapRadioButtonList")>
Public Class BootstrapRadioButtonList
Inherits ASPxRadioButtonList
Implements ISimpleRenderControl,
IBootstrapEditorCssClassesOwner,
IBootstrapListItemCaptionOwner
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.
Show 13 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxListEdit ASPxCheckListBase ASPxRadioButtonList BootstrapRadioButtonList
See Also