Back to Devexpress

DetailFormShowingEventArgs.DetailFormType Property

maui-devexpress-dot-maui-dot-core-dot-detailformshowingeventargs.md

latest1.2 KB
Original Source

DetailFormShowingEventArgs.DetailFormType Property

Gets the detail form type (View, Edit, or New Item form).

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public DetailFormType DetailFormType { get; }

Property Value

TypeDescription
DetailFormType

The detail form type.

|

Available values:

NameDescription
View

A user can view items in the detail form.

| | Edit |

A user can edit items in the detail form.

| | New |

A user can create new items in the detail form.

|

See Also

CRUD Operations in a Data-Bound Data Grid View for .NET MAUI

CRUD Operations in a Data-Bound Collection View for .NET MAUI

DetailFormShowingEventArgs Class

DetailFormShowingEventArgs Members

DevExpress.Maui.Core Namespace