PivotCustomGroupIntervalEventArgsBase<T> Class
Serves as a base for classes that provide data for the CustomGroupInterval event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
public class PivotCustomGroupIntervalEventArgsBase<T> :
PivotFieldEventArgsBase<T>
where T : PivotGridFieldBase
Type Parameters
Name |
---|
T |
Remarks
To learn more, see PivotCustomGroupIntervalEventArgs.
Inheritance
Object
EventArgs
PivotFieldEventArgsBase<T>
PivotCustomGroupIntervalEventArgsBase<T>
See Also