Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

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