Back to Devexpress

MenuItemState Class

aspnetmvc-devexpress-dot-web-dot-mvc-6214fc29.md

latest1.3 KB
Original Source

MenuItemState Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MenuItemState
vb
Public Class MenuItemState

The following members 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

MenuItemState Members

SelectedItem

Items

DevExpress.Web.Mvc Namespace