Skip to main content
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool ShowItemsWithNoData { get; set; }

Property Value

Type Description
Boolean

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

See Also