aspnet-devexpress-dot-web-dot-mvc-083fca09.md
Represents an extension object implementing the PivotGrid functionality.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v20.1.dll
NuGet Package : DevExpress.Web.Mvc5
public class PivotGridExtension :
ExtensionBase
Public Class PivotGridExtension
Inherits ExtensionBase
The following members return PivotGridExtension objects:
Show 14 links
To declare the PivotGrid in a View, invoke the ExtensionsFactory.PivotGrid helper method. This method returns the PivotGrid extension that is implemented by the PivotGridExtension class.
To configure the PivotGrid extension, pass the PivotGridSettings object to the ExtensionsFactory.PivotGrid helper method as a parameter. The PivotGridSettings object contains all the PivotGrid extension settings.
Refer to the PivotGrid Overview topic to learn how to add the PivotGrid extension to your project.
Object ExtensionBase PivotGridExtension
See Also