Class GroupingEventAction
Defines Grouping Event Actions that are passed as arguments to the Grouping Event on item drag.
Inheritance
System.Object
GroupingEventAction
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class GroupingEventAction : Enum
Fields
Move
The item is moved.
Declaration
public const GroupingEventAction Move
Field Value
Place
The item is dragged in.
Declaration
public const GroupingEventAction Place
Field Value
Remove
The item is dragged out.
Declaration
public const GroupingEventAction Remove
Field Value
Sort
The item is sorted.
Declaration
public const GroupingEventAction Sort
Field Value
value__
Declaration
public int value__
Field Value
System.
|