Back to Devexpress

PivotLayout.IndentInCompactForm Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotlayout-5fcf6ffb.md

latest1.8 KB
Original Source

PivotLayout.IndentInCompactForm Property

Gets or sets the indent increment for items from different row fields when a pivot table is shown in compact form.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndentInCompactForm { get; set; }
vb
Property IndentInCompactForm As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the amount by which items from different row fields are indented.

This value must be between 0 and 127. Otherwise, a ArgumentOutOfRangeException will be thrown.

|

Remarks

When a pivot table is shown in compact form, items from different row fields are displayed in a single column and subsidiary row field items are shown indented from the left (see the image below). The default indent value is 1 character. To change the indent value, use the IndentInCompactForm property.

See Also

PivotLayout Interface

PivotLayout Members

DevExpress.Spreadsheet Namespace