Skip to main content

PopupMenuShowingEventArgs.Source Property

Gets the PivotGridControl that raised the event.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotGridControl Source { get; }

Property Value

Type Description
PivotGridControl

A PivotGridControl object that identifies the pivot grid that raised the event.

See Also