ExtensionsFactory.PageControl(PageControlSettings) Method
Creates a PageControl.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settings | PageControlSettings | A PageControlSettings object containing PageControl extension settings. |
Returns
Type | Description |
---|---|
PageControlExtension | A PageControlExtension object implementing the PageControl functionality. |
See Also