Back to Devexpress

DetailFormShowingEventArgs.ViewModel Property

maui-devexpress-dot-maui-dot-core-dot-detailformshowingeventargs-1a1fe648.md

latest1.1 KB
Original Source

DetailFormShowingEventArgs.ViewModel Property

Gets the ViewModel that implements the detail form and populates it with data.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public DetailFormViewModelBase ViewModel { get; }

Property Value

TypeDescription
DetailFormViewModelBase

The ViewModel of the detail form.

|

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

DetailFormShowingEventArgs Class

DetailFormShowingEventArgs Members

DevExpress.Maui.Core Namespace