Skip to main content
Row

PivotLayout.CompactNewFields Property

Gets or sets a value indicating whether new fields should have their PivotFieldLayout.Compact property set to true.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool CompactNewFields { get; set; }

Property Value

Type Description
Boolean

true, to create new fields with the compact mode equal to true; otherwise, false.

See Also