Skip to main content
Row

PivotLayout.OutlineNewFields Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool OutlineNewFields { get; set; }

Property Value

Type Description
Boolean

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

See Also