A newer version of this page is available.
Switch to the current version.
PivotFieldValueCancelEventArgs Class
Provides data for the PivotGridControl.FieldValueCollapsing and PivotGridControl.FieldValueExpanding events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
public class PivotFieldValueCancelEventArgs :
PivotFieldValueEventArgs
Public Class PivotFieldValueCancelEventArgs
Inherits 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.
Inheritance
See Also
Feedback