Skip to main content
All docs
V23.2

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.v23.2.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