Skip to main content

ContextMenu(FrameworkElement) Constructor

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 FrameworkElement

A FrameworkElement object that represents the target element to which the menu is assigned.

See Also