Skip to main content

ContextMenu.Open(Point) Method

Opens the context menu.

Namespace: DevExpress.UI.Xaml

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public void Open(
    Point targetPosition
)

Parameters

Name Type Description
targetPosition Point

A Windows.Foundation.Point object that represents the point relative to which the context menu should be displayed.

See Also