ShowingEditorEventArgs(GridViewBase, Int32, GridColumn) Constructor
Initializes a new instance of the ShowingEditorEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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