MenuSettingsBase.SelectParentItem Property
Gets or sets whether a root menu item is displayed as selected when selecting any of its subitems.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to visually highlight a root menu item that contains a selected subitem; otherwise, false. |
Remarks
Use the SelectParentItem property to control whether the root menu item, one of whose subitems is selected, should be displayed using a selected style.
See Also