Skip to main content

ShowingEditorEventArgs(GridViewBase, Int32, GridColumn) Constructor

Initializes a new instance of the ShowingEditorEventArgs class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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