Back to Devexpress

DetailFormViewModel Class

maui-devexpress-dot-maui-dot-core-9c6daa30.md

latest2.0 KB
Original Source

DetailFormViewModel Class

A View Model for the detail form.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public class DetailFormViewModel :
    DetailFormViewModelBase

The following members return DetailFormViewModel objects:

Remarks

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

Implements

INotifyPropertyChanged

INotifyPropertyChanging

Inheritance

System.Object CommunityToolkit.Mvvm.ComponentModel.ObservableObject DXObservableObject DetailFormViewModelBase DetailFormViewModel

Extension Methods

Yield<DetailFormViewModel>()

YieldIfNotNull<DetailFormViewModel>()

See Also

CRUD Operations in a Data-Bound Data Grid View for .NET MAUI

CRUD Operations in a Data-Bound Collection View for .NET MAUI

DetailFormViewModel Members

DevExpress.Maui.Core Namespace