Skip to main content
.NET 6.0+

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

Declaration

[DefaultValue(false)]
bool RemoveOldColumns { get; set; }

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