Back to Devexpress

PivotCustomGroupIntervalEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-d9b12db9.md

latest1.4 KB
Original Source

PivotCustomGroupIntervalEventHandler Delegate

Represents a method that will handle the PivotGridControl.CustomGroupInterval event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public delegate void PivotCustomGroupIntervalEventHandler(
    object sender,
    PivotCustomGroupIntervalEventArgs e
);
vb
Public Delegate Sub PivotCustomGroupIntervalEventHandler(
    sender As Object,
    e As PivotCustomGroupIntervalEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotCustomGroupIntervalEventArgs |

A PivotCustomGroupIntervalEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace