Enum
ItemsChangeOperation

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

Declaration

cs-api-definition
BatchInsert = 10

Field Value

ItemsChangeOperation

Cleared

Indicates that the items are cleared

Declaration

cs-api-definition
Cleared = 7

Field Value

ItemsChangeOperation

Clearing

Indicates that the items will be cleared

Declaration

cs-api-definition
Clearing = 6

Field Value

ItemsChangeOperation

Inserted

Indicates that an insert operation is performed.

Declaration

cs-api-definition
Inserted = 1

Field Value

ItemsChangeOperation

Inserting

Indicates that an insert operation will commence.

Declaration

cs-api-definition
Inserting = 0

Field Value

ItemsChangeOperation

Removed

Indicates that a remove operation is performed.

Declaration

cs-api-definition
Removed = 3

Field Value

ItemsChangeOperation

Removing

Indicates that a remove operation will commence.

Declaration

cs-api-definition
Removing = 2

Field Value

ItemsChangeOperation

Set

Indicates that an item is set

Declaration

cs-api-definition
Set = 5

Field Value

ItemsChangeOperation

Setting

Indicates that an item is going to be set

Declaration

cs-api-definition
Setting = 4

Field Value

ItemsChangeOperation

Sorted

Indicates that the items are sorted

Declaration

cs-api-definition
Sorted = 9

Field Value

ItemsChangeOperation

Sorting

Indicates that the items will be sorted

Declaration

cs-api-definition
Sorting = 8

Field Value

ItemsChangeOperation