Skip to main content
All docs
V24.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.v24.2.dll

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