BootstrapMenuCssClasses Properties
Stores CSS classes applied to visual elements of the Menu control.Name | Description |
---|---|
Control | Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses. |
IconSubMenuItemChecked | Inherited from BootstrapMenuCssClassesBase. |
Menu | Gets or sets the name of a CSS class applied to the Menu’s root element. |
MenuItem | Gets or sets the name of a CSS class applied to a menu item element. |
Separator | Gets or sets the name of a CSS class applied to a separator element. |
SubMenu | Inherited from BootstrapMenuCssClassesBase. |
SubMenuItem | Inherited from BootstrapMenuCssClassesBase. |
See Also