ContextMenu(FrameworkElement) Constructor
In This Article
Initializes a new instance of the ContextMenu class with the specified settings.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ContextMenu(
FrameworkElement target
)
#Parameters
Name | Type | Description |
---|---|---|
target | Framework |
A Framework |
See Also