IPivotSettings.Settings Property
Provides access to the settings of the pivot grid List Editor used by a List View, editable via the Pivot Grid Property Editor.
Namespace: DevExpress.ExpressApp.PivotGrid
Assembly: DevExpress.ExpressApp.PivotGrid.v24.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
String | A string representing the serialized pivot table settings. |
Remarks
This property stores pivot table settings configured via the Pivot Grid Property Editor. You can invoke this property editor from the Model Editor, by clicking the ellipsis button () of the Settings property.
In Windows Forms applications, end-users can also invoke the property editor via the PivotGridListEditor‘s context menu, if the Application Model‘s IPivotSettings.CustomizationEnabled property of the PivotSettings node is set to true.
To learn about the Pivot Grid Property Editor capabilities in detail, refer to the Designer Dialog help topic.