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

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