FieldValueCellBase.CanExpand Property
Gets whether an end-user can expand/collapse the field value.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
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