Skip to main content

PopupMenuShowingEventArgs.Source Property

Gets the PivotGridControl that raised the event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.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