MenuState.SelectedItem Property
In This Article
Gets a value that specifies the state of a selected item.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MenuItemState SelectedItem { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
Use the SelectedItem property to obtain the selected item state.
See Also