BootstrapRenderOption Enum
In This Article
Lists specific Bootstrap styles that can be applied to the control.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
None | The none style is applied to a control. |
Default | Default. A control renders with its default styles. |
Primary | The primary style is applied to a control. |
Secondary | |
Success | The success style is applied to a control. |
Info | The info style is applied to a control. |
Warning | The warning style is applied to a control. |
Danger | The danger style is applied to a control. |
Link | The link style is applied to a control. |
Light | |
Dark |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also