Skip to main content
All docs
V23.2

EditFormRowValidationArgs.IsNewItem Property

Gets whether the dialog edit form was invoked to add a new item to the GridControl.

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 dialog edit form was invoked to add a new item to the GridControl; false if the dialog edit form was invoked to update an existing item.

See Also