Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItem.SelectedExpandedStyle Property

Gets and sets the style to control an item's appearance when the item is in both "Selected" and "Expanded" state.

[Visual Basic]
Public Property SelectedExpandedStyle As ElementStyle
[C#]
public ElementStyle SelectedExpandedStyle {get; set;}

Property Value

ElementStyle

An ElementStyle object maintains style related settings, such as font, background, paddings etc.

This property is read/write.

Remarks

Use SelectedExpandedStyle property to specify the style of an item when the item's Selected property is true and the item expands its children items..

Note:
If SelectedExpandedStyle is empty and the item is in "Selected" and "Hover" state, then SelectedHoverStyle 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


Direct link to this topic