ValidateItemEventArgs.DataChangeType Property
In This Article
Gets the type of changed data.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public DataChangeType DataChangeType { get; }
#Property Value
Type | Description |
---|---|
Data |
The type of changed data. |
Available values:
Name | Description |
---|---|
Add | The New Item operation. |
Edit | The Edit Item operation. |
Delete | The Delete Item operation. |
See Also