ShowingEditorEventArgs(GridViewBase, Int32, GridColumn) Constructor
In This Article
Initializes a new instance of the ShowingEditorEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view | Grid |
A Grid |
row |
Int32 | An integer value that specifies the handle of the row containing the cell. |
column | Grid |
A Grid |
See Also