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

NavBarState.SelectedItem Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public NavBarItemState SelectedItem { get; }

Property Value

Type Description
NavBarItemState

A NavBarItemState object that is the state of the selected item.

Remarks

Use the SelectedItem property to obtain the state of the selected item.

See Also