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

PageControlExtension.GetState(String) Method

Gets the information about the state of PageControl items.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static PageControlState GetState(
    string name
)

Parameters

Name Type Description
name String

The extension name.

Returns

Type Description
PageControlState

A PageControlState object that is the PageControl items state.

See Also