Skip to main content

EditorEventArgs(GridControl, Int32, ColumnBase, Control) Constructor

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public EditorEventArgs(
    GridControl grid,
    int rowHandle,
    ColumnBase column,
    Control editor
)

Parameters

Name Type
grid GridControl
rowHandle Int32
column ColumnBase
editor Control
See Also