FieldValueCellBase.IsCollapsed Property
In This Article
Gets whether the field value is collapsed.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the field value is collapsed; otherwise, false. |
#Remarks
Use the FieldValueCellBase.CanExpand property to obtain whether an end-user is allowed to expand/collapse the field value.
See Also