DetailFormViewModelBase Class
A base class for View Models used to view and edit DataGridView or CollectionView data in separate forms.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public abstract class DetailFormViewModelBase :
INotifyPropertyChanged,
IDetailFormViewModel
Related API Members
The following members return DetailFormViewModelBase 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
See Also