Skip to main content
A newer version of this page is available. .

PivotFieldValueEventArgs.IsCollapsed Property

Gets whether the processed field value is collapsed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

Declaration

public bool IsCollapsed { get; }

Property Value

Type Description
Boolean

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

See Also