Skip to main content

PivotFieldValueEventArgs.IsCollapsed Property

Gets whether the processed field value is collapsed.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsCollapsed { get; }

Property Value

Type Description
Boolean

true if the field value is collapsed; otherwise, false.

See Also