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
GroupingEventAction
|
Place
The item is dragged in.
Declaration
public const GroupingEventAction Place
Field Value
GroupingEventAction
|
Remove
The item is dragged out.
Declaration
public const GroupingEventAction Remove
Field Value
GroupingEventAction
|
Sort
The item is sorted.
Declaration
public const GroupingEventAction Sort
Field Value
GroupingEventAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|