Back to Devexpress

BootstrapRadioButton Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-209c831e.md

latest2.8 KB
Original Source

BootstrapRadioButton Class

Represents a radio button control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapRadioButton")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapRadioButton :
    ASPxRadioButton,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapRadioButton")>
Public Class BootstrapRadioButton
    Inherits ASPxRadioButton
    Implements ISimpleRenderControl,
               IBootstrapEditorCssClassesOwner

Remarks

Note

The BootstrapRadioButton 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 12 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxCheckBox ASPxRadioButton BootstrapRadioButton

See Also

BootstrapRadioButton Members

DevExpress.Web.Bootstrap Namespace