NodeEditStartingArgs(Object, IEnumerable<Object>, Boolean, CellEditorData[]) Constructor
Initializes a new instance of the NodeEditStartingArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
public NodeEditStartingArgs(
object item,
IEnumerable<object> path,
bool isNewItem,
CellEditorData[] cellEditors
)
Parameters
| Name | Type |
|---|---|
| item | Object |
| path | IEnumerable<Object> |
| isNewItem | Boolean |
| cellEditors | CellEditorData[] |
See Also