Back to Devexpress

PivotCustomCellAppearanceEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pivotgrid-9fb82d7f.md

latest1.4 KB
Original Source

PivotCustomCellAppearanceEventHandler Delegate

A method that will handle the PivotGridControl.CustomCellAppearance event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotCustomCellAppearanceEventArgs |

A PivotCustomCellAppearanceEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.PivotGrid Namespace