Skip to main content
All docs
V23.2

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.v23.2.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