Back to Devexpress

PopupMenuShowingEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-popupmenushowingeventargs.md

latest1.2 KB
Original Source

PopupMenuShowingEventArgs.Source Property

Gets the PivotGridControl that raised the event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridControl Source { get; }
vb
Public ReadOnly Property Source As PivotGridControl

Property Value

TypeDescription
PivotGridControl

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

|

See Also

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.Xpf.PivotGrid Namespace