Back to Devexpress

PivotGridCustomGroupIntervalEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-32ddebfb.md

latest1.4 KB
Original Source

PivotGridCustomGroupIntervalEventHandler Delegate

A method that will handle the ASPxPivotGrid.CustomGroupInterval event.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | PivotCustomGroupIntervalEventArgs |

A PivotCustomGroupIntervalEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxPivotGrid Namespace