Defines Grouping Event Actions that are passed as arguments to the Grouping Event on item drag.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public enum CardViewGroupingEventAction
Fields
The item is moved.
C#
Move = 2
The item is dragged in.
C#
Place = 0
The item is dragged out.
C#
Remove = 1
The item is sorted.
C#
Sort = 3