Skip to main content
Row

PivotFieldLayout.InsertBlankRowAfterEachItem Property

Gets or sets a value indicating whether a blank row should be inserted after each item in the current row field.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool InsertBlankRowAfterEachItem { get; set; }

Property Value

Type Description
Boolean

true, to insert a blank line after each item label of the current row field; otherwise, false.

Remarks

The InsertBlankRowAfterEachItem property is relevant only when the specified field is a row field other than the innermost one.

If your PivotTable report contains more than one outer row field, you can use the PivotLayout.InsertBlankRows method to display a blank row after items of all outer fields at once.

See Also