Skip to main content
A newer version of this page is available. .
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.v18.2.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