Back to Devexpress

IPivotSettings.Settings Property

expressappframework-devexpress-dot-expressapp-dot-pivotgrid-dot-ipivotsettings-43686b61.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp.PivotGrid

Declaration

csharp
string Settings { get; set; }
vb
Property Settings As String

Property Value

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

See Also

IPivotSettings Interface

IPivotSettings Members

DevExpress.ExpressApp.PivotGrid Namespace