Skip to main content
A newer version of this page is available. .

BootstrapRenderOption Enum

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.1.dll

Declaration

public enum BootstrapRenderOption

Members

Name Description
None

The none style is applied to a control.BootstrapRenderOption.None.Field

Default

Default. A control renders with its default styles.

Primary

The primary style is applied to a control.BootstrapRenderOption.Primary.Field

Secondary
Success

The success style is applied to a control.BootstrapRenderOption.Success.Field

Info

The info style is applied to a control.BootstrapRenderOption.Info.Field

Warning

The warning style is applied to a control.BootstrapRenderOption.Warning.Field

Danger

The danger style is applied to a control.BootstrapRenderOption.Danger.Field

The link style is applied to a control.BootstrapRenderOption.Link.Field

Light
Dark
See Also