NavBarExtension.GetState(String) Method
Gets the information about the state of navbar items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The extension name. |
Returns
| Type | Description |
|---|---|
| NavBarState | A NavBarState object that is the navbar items state. |
See Also