TreeListNodeEditStartingEventArgs(TreeListNode, CellEditorData[]) Constructor
Initializes a new instance of the TreeListNodeEditStartingEventArgs class with specified settings.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
public TreeListNodeEditStartingEventArgs(
TreeListNode node,
CellEditorData[] cellEditors
)
Parameters
| Name | Type |
|---|---|
| node | TreeListNode |
| cellEditors | CellEditorData[] |
See Also