Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotFieldLayout.Outline Property

Gets or sets a value indicating whether items of the current row field should be shown in outline form.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

bool Outline { get; set; }

#Property Value

Type Description
Boolean

true, to show field items in outline form; otherwise, false.

#Remarks

The Outline property is relevant only when the specified field is a row field other than the innermost one. In this case, setting this property to true changes the field layout to outline form. If the Outline property is false, the field is shown in tabular form.

To display item labels from the next row field in the same column as the current field (compact form), set both the Outline and PivotFieldLayout.Compact properties to true.

For an outer row field in outline or compact form, you can also specify the subtotal position by using the PivotFieldLayout.SubtotalOnTop property.

See Also