Back to Devexpress

PivotFieldDisplayTextEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-29ba28d4.md

latest1.5 KB
Original Source

PivotFieldDisplayTextEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

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

| | e | PivotFieldDisplayTextEventArgs |

A PivotFieldDisplayTextEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace