Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

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

NuGet Package: DevExpress.ExpressApp.PivotGrid

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