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