Back to Devexpress

BootstrapToolbarItemBootstrapSpecificSettings.RenderOption Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstraptoolbaritembootstrapspecificsettings.md

latest4.1 KB
Original Source

BootstrapToolbarItemBootstrapSpecificSettings.RenderOption Property

Specifies a contextual appearance style applied to the toolbar item

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue(BootstrapRenderOption.Default)]
public virtual BootstrapRenderOption RenderOption { get; set; }
vb
<DefaultValue(BootstrapRenderOption.Default)>
Public Overridable Property RenderOption As BootstrapRenderOption

Property Value

TypeDefaultDescription
BootstrapRenderOptionDefault

A BootstrapRenderOption enumeration value.

|

Available values:

Show 11 items

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RenderOption
BootstrapCardViewToolbarItem

.SettingsBootstrap .RenderOption

| | BootstrapGridViewToolbarItem |

.SettingsBootstrap .RenderOption

| | BootstrapToolbarItem |

.SettingsBootstrap .RenderOption

|

See Also

BootstrapToolbarItemBootstrapSpecificSettings Class

BootstrapToolbarItemBootstrapSpecificSettings Members

DevExpress.Web.Bootstrap Namespace