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

PivotGridSettings Class

Contains the PivotGrid extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class PivotGridSettings :
    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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotGridSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
SettingsBase
PivotGridSettings
See Also