A newer version of this page is available.
BootstrapButtonBootstrapSpecificSettings.RenderOption Property
Specifies a specific Bootstrap style that can be applied to the control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(BootstrapRenderOption.Default)]
public BootstrapRenderOption RenderOption { get; set; }
<DefaultValue(BootstrapRenderOption.Default)>
Public Property RenderOption As BootstrapRenderOption
Property Value
Type | Default | Description |
---|---|---|
BootstrapRenderOption | Default |
One of the BootstrapRenderOption values. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to RenderOption |
---|---|
BootstrapButton |
|
See Also
Feedback