Click or drag to resize
KaxNavigationItemExpandedCssClass Property
Gets or sets the Cascading Style Sheet (CSS) class applied when the panel item is opened (its child items are visible).

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ExpandedCssClass { get; set; }

Property Value

Type: String
The CSS class applied when the panel item is opened. The default value is "expanded".
Remarks
By default the visual appearance of opened panel items is defined in the skin CSS file. You can use the ExpandedCssClass property to specify unique appearance for the panel item when it is opened.
See Also