Skip to main content
All docs
V23.2

NodeEditStartingArgs.IsNewItem Property

Gets whether the node that a user starts to edit is the New Item Row.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public bool IsNewItem { get; }

Property Value

Type Description
Boolean

true if the node is the New Item Row; otherwise, false.

See Also