Skip to main content

ExtensionsFactory.PageControl(Action<PageControlSettings>) Method

Creates a PageControl.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PageControlExtension PageControl(
    Action<PageControlSettings> method
)

Parameters

Name Type Description
method Action<PageControlSettings>

A delegate method that accepts PageControlSettings as a parameter.

Returns

Type Description
PageControlExtension

A PageControlExtension object implementing the PageControl functionality.

See Also