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

ExtensionsFactory.PageControl(PageControlSettings) Method

Creates a PageControl.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public PageControlExtension PageControl(
    PageControlSettings settings
)

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