DetailFormViewModel Class
A View Model used to view detail information about a source item in a separate form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public class DetailFormViewModel :
DetailFormViewModelBase
Related API Members
The following members return DetailFormViewModel objects:
Remarks
For more information about detail edit forms, refer to the following help topics:
- CRUD Operations in a Data-Bound Collection View for .NET MAUI
- CRUD Operations in a Data-Bound Data Grid View for .NET MAUI
Implements
Inheritance
Object
DetailFormViewModelBase
DetailFormViewModel
See Also