ExtensionsFactory.PageControl(PageControlSettings) Method
In This Article
Creates a PageControl.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PageControlExtension PageControl(
PageControlSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Page |
A Page |
#Returns
Type | Description |
---|---|
Page |
A Page |
See Also