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

PivotFieldStateChangedEventArgs.IsCollapsed Property

Indicates whether the processed field value is collapsed.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public bool IsCollapsed { get; }

Property Value

Type Description
Boolean

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

See Also