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