Class ChangeOperation
Represents the different possible operations performed on a set of items.
Inheritance
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed class ChangeOperation : Enum
Fields
Cleared
Indicates that the items are cleared.
Declaration
public const ChangeOperation Cleared
Field Value
Clearing
Indicates that the items will be cleared.
Declaration
public const ChangeOperation Clearing
Field Value
Inserted
Indicates insert operation.
Declaration
public const ChangeOperation Inserted
Field Value
Removed
Indicates remove operation.
Declaration
public const ChangeOperation Removed
Field Value
Set
Indicates that an item is set.
Declaration
public const ChangeOperation Set
Field Value
Sorted
Indicates that the items are sorted.
Declaration
public const ChangeOperation Sorted
Field Value
Sorting
Indicates that the items will be sorted.
Declaration
public const ChangeOperation Sorting
Field Value
value__
Declaration
public int value__
Field Value
System.
|