CreateDetailFormViewModelEventArgs.Item Property
In This Article
Gets the source item associated with the detail form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
System. |
The source item associated with the detail form. |
See Also