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

FieldValueCellBase.CanExpand Property

Gets whether an end-user can expand/collapse the field value.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public bool CanExpand { get; }

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