Skip to main content

PivotGridMenuEventArgsBase.Point Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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