BootstrapTreeViewCssClasses Properties
Stores CSS classes applied to visual elements of the Tree View control.| Name | Description |
|---|---|
| Control | Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses. |
| IconCollapseNode | The CSS class of an icon displayed by a Collapse Node button. |
| IconExpandNode | The CSS class of an icon displayed by a Expand Node button. |
| IconLoadingNode | The CSS class of an icon displayed by a node whose child nodes are being loaded via a callback. |
| Node | Gets or sets the name of a CSS class applied to a node element. |
| NodeList | Gets or sets the name of a CSS class applied to the node list element. |
See Also