DetailFormPage.ViewModel Property
In This Article
Returns the View Model used to create the form page.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DetailFormViewModel ViewModel { get; }
#Property Value
Type | Description |
---|---|
Detail |
The page View Model. |
See Also