Skip to main content

GridColumnContextMenuInfo(ColumnBase, Object, GridHitTestInfo, Object, GridControl) Constructor

In This Article

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public GridColumnContextMenuInfo(
    ColumnBase column,
    object menuContent,
    GridHitTestInfo info,
    object targetDataContext,
    GridControl grid
)

#Parameters

Name Type
column ColumnBase
menuContent Object
info DevExpress.WinUI.Grid.Internal.GridHitTestInfo
targetDataContext Object
grid GridControl
See Also