Skip to main content

ContextMenu.Open(ContextMenuInfo) 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(
    ContextMenuInfo menuInfo
)

Parameters

Name Type Description
menuInfo ContextMenuInfo

A DevExpress.UI.Xaml.ContextMenuInfo object that stores the menu settings.

See Also