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

PivotFieldValueCancelEventArgs Class

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public class PivotFieldValueCancelEventArgs :
    PivotFieldValueEventArgs

Remarks

The PivotGridControl.FieldValueCollapsing and PivotGridControl.FieldValueExpanding events are raised when attempting to collapse or expand a field value, respectively.

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

See Also