Contains information on performed group operation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardViewGroupedEventArgs : RoutedEventArgs
Inheritance: objectCardViewGroupedEventArgs
Constructors
Initializes a new instance of the CardViewGroupedEventArgs class.
C#
public CardViewGroupedEventArgs(IGroupDescriptor descriptor, CardViewGroupingEventAction action)
The group descriptor.
actionCardViewGroupingEventActionThe grouping action.
Properties
Gets the action.
C#
public CardViewGroupingEventAction Action { get; }
The grouping action.
Gets group descriptor.
C#
public IGroupDescriptor GroupDescriptor { get; }
The group descriptor the user grouped by.