Back to Devexpress

ValidateItemEventArgs.DataChangeType Property

maui-devexpress-dot-maui-dot-core-dot-validateitemeventargs.md

latest953 B
Original Source

ValidateItemEventArgs.DataChangeType Property

Gets the type of changed data.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public DataChangeType DataChangeType { get; }

Property Value

TypeDescription
DataChangeType

The type of changed data.

|

Available values:

NameDescription
Add

The New Item operation.

| | Edit |

The Edit Item operation.

| | Delete |

The Delete Item operation.

|

See Also

ValidateItemEventArgs Class

ValidateItemEventArgs Members

DevExpress.Maui.Core Namespace