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

NuGet Package: DevExpress.Mvvm

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