Back to Devexpress

PivotLayoutAllowEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pivotgrid-815bd779.md

latest1.3 KB
Original Source

PivotLayoutAllowEventHandler Delegate

References a method that will handle the PivotGridControl.BeforeLoadLayout event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotLayoutAllowEventArgs |

A PivotLayoutAllowEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.PivotGrid Namespace