Skip to main content
ON

DetailFormType Enum

Lists CRUD form types.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public enum DetailFormType

Members

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.

Related API Members

The following properties accept/return DetailFormType values:

See Also