Skip to main content
ON

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ValidateItemEventArgs.DataChangeType Property

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
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