Back to Devexpress

PivotFieldValueCancelEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-b7b95bef.md

latest2.6 KB
Original Source

PivotFieldValueCancelEventArgs Class

Provides data for the PivotGridControl.FieldValueCollapsing and PivotGridControl.FieldValueExpanding events.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotFieldValueCancelEventArgs :
    PivotFieldValueEventArgs
vb
Public Class PivotFieldValueCancelEventArgs
    Inherits PivotFieldValueEventArgs

PivotFieldValueCancelEventArgs is the data class for the following events:

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

Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldValueEventArgsBase<PivotGridField> PivotFieldValueEventArgs PivotFieldValueCancelEventArgs

See Also

PivotFieldValueCancelEventArgs Members

DevExpress.XtraPivotGrid Namespace