Skip to main content

NavBarItemState Class

Contains information (the current state) on an individual navbar item.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class NavBarItemState :
    NavBarItemStateBase

The following members return NavBarItemState objects:

Remarks

An object of this type can be accessed via the NavBarState.SelectedItem property. The NavBarGroupState.Items property returns a list of objects of this type.

Inheritance

See Also