Skip to main content

GridContextMenuInfoBase(Object, GridHitTestInfo, Object, GridControl) Constructor

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

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public GridContextMenuInfoBase(
    object menuContent,
    GridHitTestInfo info,
    object targetDataContext,
    GridControl grid
)

Parameters

Name Type
menuContent Object
info DevExpress.UI.Xaml.Grid.Native.GridHitTestInfo
targetDataContext Object
grid GridControl
See Also