ContextMenu.Open(Object, Object, UIElement, Point, String, FlyoutSettingsBase) 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(
object menuContent,
object dataContext,
UIElement placementTarget,
Point targetPosition,
string header,
FlyoutSettingsBase settings
)
#Parameters
Name | Type | Description |
---|---|---|
menu |
Object | A Windows. |
data |
Object | The data context for the menu. |
placement |
Windows. |
A Windows. |
target |
Point | A Windows. |
header | String | A string value that is the menu header. |
settings | DevExpress. |
A DevExpress. |
See Also