Back to Devexpress

PageControlExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-f203285a.md

latest2.8 KB
Original Source

PageControlExtension Class

Represents an extension object implementing the PageControl functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class PageControlExtension :
    TabControlExtensionBase
vb
Public Class PageControlExtension
    Inherits TabControlExtensionBase

The following members return PageControlExtension objects:

Remarks

To declare the PageControl in a View, invoke the ExtensionsFactory.PageControl helper method. This method returns the PageControl extension that is implemented by the PageControlExtension class.

To configure the PageControl extension, pass the PageControlSettings object to the ExtensionsFactory.PageControl helper method as a parameter. The PageControlSettings object contains all the PageControl extension settings.

Refer to the PageControl Overview topic to learn how to add the PageControl extension to your project.

Inheritance

Object ExtensionBase TabControlExtensionBase PageControlExtension

See Also

PageControlExtension Members

PageControl

PageControlSettings

DevExpress.Web.Mvc Namespace