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

PivotFieldStateChangedCancelEventArgs Class

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public class PivotFieldStateChangedCancelEventArgs :
    PivotFieldStateChangedEventArgs

Remarks

The ASPxPivotGrid.FieldValueCollapsing and ASPxPivotGrid.FieldValueExpanding events are raised when collapsing or expanding a field value, respectively.

The PivotFieldStateChangedCancelEventArgs class provides the PivotFieldStateChangedCancelEventArgs.Cancel property which allows the expand/collapse operation to be canceled.

See Also