Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public bool IsNewItem { get; }

Property Value

Type Description
Boolean

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

See Also