Gets whether the processed field value is collapsed.
Namespace:DevExpress.XtraPivotGrid
Assembly:DevExpress.PivotGrid.v19.2.Core.dll

Syntax
C# |
public bool IsCollapsed { get; }
|
VB |
Public ReadOnly Property IsCollapsed As Boolean
|
Property value
Type: Boolean
true, if the field value is collapsed; otherwise, false.

See Also