Skip to main content
All docs
V25.1
  • CreateEditItemViewModelArgs.GetViewModelAsync Property

    Gets or sets the task that returns the edit operation’s view model. The view model includes an item that you want to edit or add to the GridControl, the data context that describes the edit operation, and the dialog edit form‘s title.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public Task<IEditItemViewModel> GetViewModelAsync { get; set; }

    Property Value

    Type Description
    Task<DevExpress.Mvvm.Xpf.IEditItemViewModel>

    The task that returns the edit operation’s view model.

    See Also