Skip to main content

ContextMenuInfo(Object, UIElement, Object, String, FlyoutSettingsBase, Point) Constructor

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

Namespace: DevExpress.UI.Xaml

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ContextMenuInfo(
    object menuContent,
    UIElement target,
    object targetDataContext,
    string header,
    FlyoutSettingsBase settings,
    Point targetPosition
)

Parameters

Name Type
menuContent Object
target Windows.UI.Xaml.UIElement
targetDataContext Object
header String
settings DevExpress.UI.Xaml.FlyoutSettingsBase
targetPosition Point
See Also