windowsforms-devexpress-dot-xtrapivotgrid-b7b95bef.md
Provides data for the PivotGridControl.FieldValueCollapsing and PivotGridControl.FieldValueExpanding events.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotFieldValueCancelEventArgs :
PivotFieldValueEventArgs
Public Class PivotFieldValueCancelEventArgs
Inherits PivotFieldValueEventArgs
PivotFieldValueCancelEventArgs is the data class for the following events:
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.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldValueEventArgsBase<PivotGridField> PivotFieldValueEventArgs PivotFieldValueCancelEventArgs
See Also