Back to Devexpress

PivotCustomCellStyleEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-411d3c65.md

latest1.6 KB
Original Source

PivotCustomCellStyleEventHandler Delegate

A method that will handle the ASPxPivotGrid.CustomCellStyle event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source. This parameter identifies the ASPxPivotGrid control which raised the event.

| | e | PivotCustomCellStyleEventArgs |

A PivotCustomCellStyleEventArgs object which contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxPivotGrid Namespace