Gets and sets the style to control an item's appearance when the item expands its children items.
[Visual Basic]
Public Property ExpandedStyle 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 ExpandedStyle property to specify the style of an item when the item expands its children items.
Note:
If ExpandedStyle is empty and the item is in "Expanded" state, then HoverStyle will be used.
See ElementStyle class and 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 on most common tasks.
See Also
NavigationItem Class | EO.Web Namespace | ElementStyle class | Item states