Back to Devexpress

PivotGridSettings Class

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

latest2.1 KB
Original Source

PivotGridSettings Class

Contains the PivotGrid extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class PivotGridSettings :
    SettingsBase
vb
Public Class PivotGridSettings
    Inherits SettingsBase

Remarks

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.

Inheritance

Object SettingsBase PivotGridSettings

See Also

PivotGridSettings Members

Getting Started

PivotGridExtension

DevExpress.Web.Mvc Namespace