A newer version of this page is available.
Switch to the current version.
BootstrapTagBoxBootstrapSpecificSettings.TagRenderOption Property
Specifies the Bootstrap label appearance style applied to a tag element.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(BootstrapRenderOption.Default)]
public BootstrapRenderOption TagRenderOption { get; set; }
<DefaultValue(BootstrapRenderOption.Default)>
Public Property TagRenderOption 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 TagRenderOption |
---|---|
BootstrapTagBox |
|
BootstrapTagBoxProperties |
|
See Also
Feedback