A newer version of this page is available.
Switch to the current version.
BootstrapToolbarItemBootstrapSpecificSettings.RenderOption Property
Specifies a contextual appearance style applied to the toolbar item
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(BootstrapRenderOption.Default)]
public virtual BootstrapRenderOption RenderOption { get; set; }
<DefaultValue(BootstrapRenderOption.Default)>
Public Overridable Property RenderOption As BootstrapRenderOption
Property Value
Type | Default | Description |
---|---|---|
BootstrapRenderOption | Default |
A BootstrapRenderOption enumeration value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to RenderOption |
---|---|
BootstrapCardViewToolbarItem |
|
BootstrapGridViewToolbarItem |
|
BootstrapToolbarItem |
|
See Also
Feedback