Skip to main content

MenuExtension.GetState(String) Method

Gets the information about the state of menu items.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static MenuState GetState(
    string name
)

Parameters

Name Type Description
name String

The extension name.

Returns

Type Description
MenuState

A MenuState object that is the menu items state.

See Also