Skip to main content
A newer version of this page is available. .

ContextMenu(FrameworkElement) Constructor

Initializes a new instance of the ContextMenu class with the specified settings.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v19.2.dll

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