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

PivotGridMenuEventArgsBase.Point Property

Gets or sets the location at which the context menu has been invoked.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public Point Point { get; set; }

Property Value

Type Description
Point

A Point structure which specifies the point at which the end-user right-clicked to invoke the menu. The point’s coordinates are set relative to the Pivot Grid Control’s top-left corner.

See Also