FieldValueCellBase.CanExpand Property
Gets whether an end-user can expand/collapse the field value.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if an end-user can expand/collapse the field value; otherwise, false. |
Remarks
To obtain whether the field value is currently expanded or collapsed, use the FieldValueCellBase.IsCollapsed property.
See Also