New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public enum NotifyGroupCollectionChangedAction

Fields

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

C#
Add = 0

Denotes that the content of a group is changed.

C#
GroupChange = 5

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

C#
Move = 3

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

C#
Remove = 1

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

C#
Replace = 2

Denotes that the content of the collection changed dramatically.

C#
Reset = 4
In this article
DefinitionFieldsAddGroupChangeMoveRemoveReplaceReset
Not finding the help you need?
Contact Support