RadControls for Silverlight

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 (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public enum GroupingEventAction
Visual Basic
Public Enumeration GroupingEventAction

Members

Member nameValueDescription
Place0 The item is dragged in.
Remove1 The item is dragged out.
Move2 The item is moved.
Sort3 The item is sorted.

See Also