DetailFormShowingEventArgs.DetailFormType Property
Returns the type of the current detail CRUD form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public DetailFormType DetailFormType { get; }
Property Value
Type | Description |
---|---|
DetailFormType | A value that specifies the form type. |
Available values:
Name | Description |
---|---|
View | Indicates that the current CRUD form is a view form. |
Edit | Indicates that the current CRUD form is an edit form. |
New | Indicates that the current CRUD form is a creation form. |
See Also