Enum
NotifyGroupCollectionChangedAction

This is for internal use only and is not intended to be used directly from your code.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public enum NotifyGroupCollectionChangedAction

Fields

Add

Denotes that one or more items were added to the collection.

Declaration

cs-api-definition
Add = 0

Field Value

NotifyGroupCollectionChangedAction

GroupChange

Denotes that the content of a group is changed.

Declaration

cs-api-definition
GroupChange = 5

Field Value

NotifyGroupCollectionChangedAction

Move

Denotes that one or more items were moved within the collection.

Declaration

cs-api-definition
Move = 3

Field Value

NotifyGroupCollectionChangedAction

Remove

Denotes that one or more items were removed from the collection.

Declaration

cs-api-definition
Remove = 1

Field Value

NotifyGroupCollectionChangedAction

Replace

Denotes that one or more items were replaced in the collection.

Declaration

cs-api-definition
Replace = 2

Field Value

NotifyGroupCollectionChangedAction

Reset

Denotes that the content of the collection changed dramatically.

Declaration

cs-api-definition
Reset = 4

Field Value

NotifyGroupCollectionChangedAction

In this article
DefinitionFieldsAddGroupChangeMoveRemoveReplaceReset
Not finding the help you need?
Contact Support