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