Skip to main content
A newer version of this page is available. .
All docs
V21.2

EditItemViewModel.Item Property

Gets an item that you want to edit or add to the control.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public object Item { get; protected set; }

Property Value

Type Description
Object

An item that you want to edit or add to the control.

See Also