PopupMenuShowingEventArgs.Source Property
In This Article
Gets the PivotGridControl that raised the event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridControl Source { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also