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