Back to Devexpress

PivotFieldDisplayTextEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-4e8150ac.md

latest1.5 KB
Original Source

PivotFieldDisplayTextEventHandler Delegate

A method that will handle the ASPxPivotGrid.FieldValueDisplayText event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

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 ASPxPivotGrid control that raised the event.

| | e | PivotFieldDisplayTextEventArgs |

A PivotFieldDisplayTextEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxPivotGrid Namespace