Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

string Settings { get; set; }

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 (EllipsisButton) of the Settings property.

PivotGridPropertyEditor

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.

See Also