EnumDataChangeFlags
Enum
Specifies the possible flags in a data change operation within a data component.
Definition
Namespace:Telerik.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
[Flags]
public enum DataChangeFlags
Fields
Aggregate
The change is associated with adding or removing an AggregateDescriptor from the Descriptors collection.
Filter
The change is associated with a Filtering operation.
Group
The change is associated with a Grouping operation.
PropertyChanged
The change is associated with a Sorting operation.
Sort
The change is associated with a Sorting operation.
Source
The source of the data has changed.