DetailFormShowingEventArgs.Content Property
Gets the content of the detail form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public object Content { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | The content of the detail form. |
See Also