Back to Devexpress

PivotFieldValueEventArgs.IsCollapsed Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldvalueeventargs-6fadb3fb.md

latest1.2 KB
Original Source

PivotFieldValueEventArgs.IsCollapsed Property

Gets whether the processed field value is collapsed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsCollapsed { get; }
vb
Public ReadOnly Property IsCollapsed As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ChangeExpandedState()

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace