Back to Devexpress

FieldValueCellBase.IsCollapsed Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-fieldvaluecellbase-3a4c6989.md

latest1.5 KB
Original Source

FieldValueCellBase.IsCollapsed Property

Gets whether the field value is collapsed.

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
public bool IsCollapsed { get; }
vb
Public ReadOnly Property IsCollapsed As Boolean

Property Value

TypeDescription
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

CanExpand

FieldValueCellBase Class

FieldValueCellBase Members

DevExpress.XtraPivotGrid.Data Namespace