Skip to main content

PivotFieldStateChangedEventArgs.IsCollapsed Property

Indicates whether the processed field value is collapsed.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsCollapsed { get; }

Property Value

Type Description
Boolean

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

See Also