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.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Task<DevExpress.Mvvm.Xpf.IEditItemViewModel> | The task that returns the edit operation’s view model. |
See Also