Back to Devexpress

BootstrapRenderOption Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7452f456.md

latest3.1 KB
Original Source

BootstrapRenderOption Enum

Lists specific Bootstrap styles that can be applied to the control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum BootstrapRenderOption
vb
Public Enum BootstrapRenderOption

Members

NameDescription
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 |

The secondary style is applied to a control.

| | 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 |

The light style is applied to a control.

| | Dark |

The dark style is applied to a control.

|

The following properties accept/return BootstrapRenderOption values:

See Also

DevExpress.Web.Bootstrap Namespace