Enum GroupingEventAction
Defines Grouping Event Actions that are passed as arguments to the Grouping Event on item drag.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum GroupingEventAction
Move
The item is moved.
Place
The item is dragged in.
Remove
The item is dragged out.
Sort
The item is sorted.