Back to Devexpress

PivotGridField.HideEmptyVariationItems Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-1ba870ed.md

latest1.2 KB
Original Source

PivotGridField.HideEmptyVariationItems Property

Gets or sets whether the first (empty) column/row that displays variation data for the current data field must be hidden. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool HideEmptyVariationItems { get; set; }
vb
Public Property HideEmptyVariationItems As Boolean

Property Value

TypeDescription
Boolean

true to hide the first (empty) column/row that displays variation data for the current data field; otherwise, false.

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace