IPivotSettings.RemoveOldColumns Property
Specifies whether columns defined via the IPivotSettings.Settings property in previous Application Model layers, not defined in the current layer, should be available in the Pivot Grid List Editor.
Namespace: DevExpress.ExpressApp.PivotGrid
Assembly: DevExpress.ExpressApp.PivotGrid.v24.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if columns defined in previous Application Model layers via the Settings property, not defined in the current layer, are not available in the Pivot Grid List Editor; otherwise, false. |
See Also