Back to Devexpress

PivotFieldLayout.Outline Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfieldlayout-fc713a15.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Outline { get; set; }
vb
Property Outline As Boolean

Property Value

TypeDescription
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

Compact

SubtotalOnTop

PivotFieldLayout Interface

PivotFieldLayout Members

DevExpress.Spreadsheet Namespace