Skip to main content
All docs
V21.2
  • ContextMenuInfo(Object, ContextMenuRequestedEventArgs) 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,
        ContextMenuRequestedEventArgs args
    )

    Parameters

    Name Type
    menuContent Object
    args DevExpress.UI.Xaml.Internal.ContextMenuRequestedEventArgs
    See Also