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

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

See Also