Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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