Skip to main content
All docs
V23.2

EditItemViewModel(Object, Object, Action, String) Constructor

Initializes a new instance of the EditItemViewModel class with specified settings.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public EditItemViewModel(
    object item,
    object editOperationContext,
    Action dispose = null,
    string title = null
)

Parameters

Name Type
item Object
editOperationContext Object

Optional Parameters

Name Type Default
dispose Action null
title String null

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EditItemViewModel(Object, Object, Action, String) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also