CreateDetailFormViewModelEventArgs.DetailFormType Property
Returns the CRUD form type (View, Edit, or Create New Item 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 | The type of the currently displayed form. |
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