Skip to main content

FieldValueCellBase.CanExpand Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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