Skip to main content

ContextMenuInfo.TargetPosition Property

The point relative to which the context menu should be displayed.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Point TargetPosition { get; set; }

#Property Value

Type Description
Point

A Windows.Foundation.Point object.

See Also