A newer version of this page is available.
Switch to the current version.
BootstrapTabControl.ActiveTabIconCssClassField Property
Specifies the name of a data field providing CSS classes of icons displayed by the active tab.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue("")]
public string ActiveTabIconCssClassField { get; set; }
<DefaultValue("")>
Public Property ActiveTabIconCssClassField As String
Property Value
Type | Default | Description |
---|---|---|
String | A string value that specifies the name of the data source field from which the editor obtains CSS class names. |
See Also
Feedback