Skip to main content

PivotFieldValueEventArgsBase<T>.IsCollapsed Property

Gets whether the processed field value is collapsed.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public bool IsCollapsed { get; }

Property Value

Type Description
Boolean

true, if the field value is collapsed; otherwise, false.

See Also