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