Class CardViewGroupedEventArgs
Contains information on performed group operation.
Inheritance
System.Object
CardViewGroupedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewGroupedEventArgs : RoutedEventArgs
Constructors
CardViewGroupedEventArgs(IGroupDescriptor, CardViewGroupingEventAction)
Initializes a new instance of the CardViewGroupedEventArgs class.
Declaration
public CardViewGroupedEventArgs(IGroupDescriptor descriptor, CardViewGroupingEventAction action)
Parameters
IGroupDescriptor
descriptor
The group descriptor. |
CardViewGroupingEventAction
action
The grouping action. |
Properties
Action
Gets the action.
Declaration
public CardViewGroupingEventAction Action { get; }
Property Value
CardViewGroupingEventAction
The grouping action. |
GroupDescriptor
Gets group descriptor.
Declaration
public IGroupDescriptor GroupDescriptor { get; }
Property Value
IGroupDescriptor
The group descriptor the user grouped by. |