Skip to main content
A newer version of this page is available. .

MenuState.SelectedItem Property

Gets a value that specifies the state of a selected item.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MenuItemState SelectedItem { get; }

Property Value

Type Description
MenuItemState

A MenuItemState object that is the selected item state.

Remarks

Use the SelectedItem property to obtain the selected item state.

See Also