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

NuGet Package: DevExpress.Mvvm

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