Back to Devexpress

PivotCustomGroupIntervalEventArgsBase<T> Class

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcustomgroupintervaleventargsbase-1.md

latest1.9 KB
Original Source

PivotCustomGroupIntervalEventArgsBase<T> Class

Serves as a base for classes that provide data for the CustomGroupInterval event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class PivotCustomGroupIntervalEventArgsBase<T> :
    PivotFieldEventArgsBase<T>
    where T : PivotGridFieldBase
vb
Public Class PivotCustomGroupIntervalEventArgsBase(Of T As PivotGridFieldBase)
    Inherits PivotFieldEventArgsBase(Of T)

Type Parameters

Name
T

Remarks

To learn more, see PivotCustomGroupIntervalEventArgs.

Inheritance

Object EventArgs PivotFieldEventArgsBase<T> PivotCustomGroupIntervalEventArgsBase<T> PivotCustomGroupIntervalEventArgs

See Also

PivotCustomGroupIntervalEventArgsBase<T> Members

CustomGroupInterval

DevExpress.XtraPivotGrid Namespace