Skip to main content
ON

ValidateItemEventArgs.DataChangeType Property

Gets the type of changed data.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public DataChangeType DataChangeType { get; }

Property Value

Type Description
DataChangeType

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