Back to Devexpress

PivotCustomValueAppearanceEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pivotgrid-3038eed7.md

latest1.4 KB
Original Source

PivotCustomValueAppearanceEventHandler Delegate

A method that will handle the PivotGridControl.CustomValueAppearance event.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotCustomValueAppearanceEventArgs |

A PivotCustomValueAppearanceEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.PivotGrid Namespace