New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies the possible flags in a data change operation within a data component.

Definition

Namespace:Telerik.Maui.Data

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
[Flags]
public enum DataChangeFlags

Fields

The change is associated with adding or removing an AggregateDescriptor from the Descriptors collection.

C#
Aggregate = 16

The change is associated with a Filtering operation.

C#
Filter = 8

The change is associated with a Grouping operation.

C#
Group = 4

No change has occurred.

C#
None = 0

The change is associated with a Sorting operation.

C#
PropertyChanged = 1

The change is associated with a Sorting operation.

C#
Sort = 2

The source of the data has changed.

C#
Source = 32