BootstrapRadioButton Class
In This Article
Represents a radio button control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DXClientDocumentationProviderWeb("BootstrapRadioButton")]
[ToolboxTabName("DX.24.2: Bootstrap Controls")]
public class BootstrapRadioButton :
ASPxRadioButton,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
#Remarks
Note
The Bootstrap
- The control’s client-side equivalent is represented by the Bootstrap
Client object.Radio Button - On the client side, the client object can be accessed directly by the name specified via the ASPx
Edit property.Base. Client Instance Name - The available client events can be accessed by using the ASPx
Check property.Box. Client Side Events
The control’s client-side API is enabled if the ASPx
#Inheritance
See Also