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