Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFieldLayout.ShowItemsWithNoData Property

Gets or sets a value indicating whether field items that have no data should be displayed in the PivotTable report.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool ShowItemsWithNoData { get; set; }

Property Value

Type Description
Boolean

true, to show field items that have no data; otherwise, false.

See Also