Back to Devexpress

PivotCustomGroupIntervalEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-24be8513.md

latest1.8 KB
Original Source

PivotCustomGroupIntervalEventArgs Class

Provides data for the PivotGridControl.CustomGroupInterval event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotCustomGroupIntervalEventArgs :
    PivotCustomGroupIntervalEventArgsBase<PivotGridField>
vb
Public Class PivotCustomGroupIntervalEventArgs
    Inherits PivotCustomGroupIntervalEventArgsBase(Of PivotGridField)

PivotCustomGroupIntervalEventArgs is the data class for the following events:

Inheritance

Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotCustomGroupIntervalEventArgsBase<PivotGridField> PivotCustomGroupIntervalEventArgs

See Also

PivotCustomGroupIntervalEventArgs Members

DevExpress.XtraPivotGrid Namespace