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

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