EnumItemsChangeOperation
Enum
Specifies the type of change operation being performed on a collection of RadItem objects.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public enum ItemsChangeOperation
Fields
BatchInsert
Indicates that a number of items were added to the collection via the AddRange method
Cleared
Indicates that the items are cleared
Clearing
Indicates that the items will be cleared
Inserted
Indicates that an insert operation is performed.
Inserting
Indicates that an insert operation will commence.
Removed
Indicates that a remove operation is performed.
Removing
Indicates that a remove operation will commence.
Set
Indicates that an item is set
Setting
Indicates that an item is going to be set
Sorted
Indicates that the items are sorted
Sorting
Indicates that the items will be sorted