Back to Devexpress

DataChangeType Enum

maui-devexpress-dot-maui-dot-core-446bb617.md

latest1.2 KB
Original Source

DataChangeType Enum

Lists data operation types.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public enum DataChangeType

Members

NameDescription
Add

The New Item operation.

| | Edit |

The Edit Item operation.

| | Delete |

The Delete Item operation.

|

The following properties accept/return DataChangeType values:

Extension Methods

Yield<DataChangeType>()

YieldIfNotNull<DataChangeType>()

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

DevExpress.Maui.Core Namespace