Skip to main content
All docs
V25.1
  • 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.v25.1.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