Gets or sets the style to control item appearance when the item is in "Disabled" state.
[Visual Basic]
Public Property DisabledStyle As
ElementStyle
Property Value
ElementStyle
An ElementStyle object maintains style-related settings, such as font, background, paddings etc.
This property is read/write.
Remarks
Use this property to specify the style of an item when the item's Disabled property is set to true.
Note:
If DisabledStyle is empty and the item is in "Disabled" state, then NormalStyle will be used.
See ElementStyle class and navigation item states for more information about item states and how to specify item style (background, font, padding etc.) in different states.
See Styles - How Tos for specific information about how to achieve certain result.
See Also
NavigationItem Class | EO.Web Namespace | ElementStyle class | Item state