ContextMenu.Open(ContextMenuInfo) Method
In This Article
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 |
---|---|---|
menu |
Context |
A DevExpress. |
See Also