Skip to main content
A newer version of this page is available. .

ShowingEditorEventArgs(GridViewBase, Int32, GridColumn) Constructor

Initializes a new instance of the ShowingEditorEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public ShowingEditorEventArgs(
    GridViewBase view,
    int rowHandle,
    GridColumn column
)

Parameters

Name Type Description
view GridViewBase

A GridViewBase descendant that represents a grid’s view.

rowHandle Int32

An integer value that specifies the handle of the row containing the cell.

column GridColumn

A GridColumn object that represents the column containing the cell.

See Also