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

MenuItemState Class

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class MenuItemState

The following members accept/return MenuItemState objects:

Remarks

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

Inheritance

Object
MenuItemState
See Also