Back to Devexpress

PivotCellDisplayTextEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-be7f0fce.md

latest1.5 KB
Original Source

PivotCellDisplayTextEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source. Identifies the PivotGrid control that raised the event.

| | e | PivotCellDisplayTextEventArgs |

A PivotCellDisplayTextEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace