PageControlExtension.GetState(String) Method
In This Article
Gets the information about the state of PageControl items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static PageControlState GetState(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | The extension name. |
#Returns
Type | Description |
---|---|
Page |
A Page |
See Also