Skip to main content

ContextMenu(FrameworkElement, Boolean) Constructor

In This Article

Namespace: DevExpress.UI.Xaml

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ContextMenu(
    FrameworkElement target,
    bool useInternalEventHandlers
)

#Parameters

Name Type
target FrameworkElement
useInternalEventHandlers Boolean
See Also