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

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