Skip to main content
ON

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

The following members return DetailFormViewModelBase objects:

Remarks

For more information about detail edit forms, refer to the following help topics:

Inheritance

See Also