Enum
DataChangeFlags

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.

Declaration

cs-api-definition
Aggregate = 16

Field Value

DataChangeFlags

Filter

The change is associated with a Filtering operation.

Declaration

cs-api-definition
Filter = 8

Field Value

DataChangeFlags

Group

The change is associated with a Grouping operation.

Declaration

cs-api-definition
Group = 4

Field Value

DataChangeFlags

None

No change has occurred.

Declaration

cs-api-definition
None = 0

Field Value

DataChangeFlags

PropertyChanged

The change is associated with a Sorting operation.

Declaration

cs-api-definition
PropertyChanged = 1

Field Value

DataChangeFlags

Sort

The change is associated with a Sorting operation.

Declaration

cs-api-definition
Sort = 2

Field Value

DataChangeFlags

Source

The source of the data has changed.

Declaration

cs-api-definition
Source = 32

Field Value

DataChangeFlags