TreeListShowingEditorEventArgs(TreeListView, Int32, ColumnBase) Constructor
Initializes a new instance of the TreeListShowingEditorEventArgs class.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public TreeListShowingEditorEventArgs(
TreeListView view,
int rowHandle,
ColumnBase column
)
Parameters
Name | Type | Description |
---|---|---|
view | TreeListView | A TreeListView object that specifies the view. |
rowHandle | Int32 | An integer value that identifies the node by its handle. |
column | ColumnBase | A ColumnBase descendant that is the column containing the cell.$ |
See Also