Skip to main content
All docs
V21.2
  • GridRowCellContextMenuInfo(Object, GridHitTestInfo, Object, GridControl) Constructor

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

    Namespace: DevExpress.UI.Xaml.Grid

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

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public GridRowCellContextMenuInfo(
        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