Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs.Source Property

Gets the PivotGridControl that raised the event.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotGridControl Source { get; }

Property Value

Type Description
PivotGridControl

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

See Also