Represents data for the CardViewGrouping event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardViewGroupingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsCardViewGroupingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CardViewGroupingEventArgs class.
C#
public CardViewGroupingEventArgs(IGroupDescriptor groupDescriptor, CardViewGroupingEventAction action, int? index)
The group descriptor.
actionCardViewGroupingEventActionThe action.
indexint?The index.
Properties
Gets the action that will be performed.
C#
public CardViewGroupingEventAction Action { get; }
The action that will be performed.
Gets the group descriptor.
C#
public IGroupDescriptor GroupDescriptor { get; }
The group descriptor.