Namespace:DevExpress.Xpf.PivotGrid
Assembly:DevExpress.Xpf.PivotGrid.v19.2.dll

Syntax
C# |
public delegate void PivotCustomValueAppearanceEventHandler(
object sender,
PivotCustomValueAppearanceEventArgs e
)
|
VB |
Public Delegate Sub PivotCustomValueAppearanceEventHandler(
ByVal sender As Object,
ByVal e As PivotCustomValueAppearanceEventArgs
)
|

See Also