Class CardViewGroupingEventArgs
Represents data for the CardViewGrouping event.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewGroupingEventArgs : CancelRoutedEventArgs
Constructors
CardViewGroupingEventArgs(IGroupDescriptor, CardViewGroupingEventAction, Nullable<Int32>)
Initializes a new instance of the Card
Declaration
public CardViewGroupingEventArgs(IGroupDescriptor groupDescriptor, CardViewGroupingEventAction action, Nullable<int> index)
Parameters
IGroup The group descriptor. |
Card The action. |
System. The index. |
Properties
Action
Gets the action that will be performed.
Declaration
public CardViewGroupingEventAction Action { get; }
Property Value
Card The action that will be performed. |
GroupDescriptor
Gets the group descriptor.
Declaration
public IGroupDescriptor GroupDescriptor { get; }
Property Value
IGroup The group descriptor. |
Index
Gets the index the group descriptor will be placed at.
Declaration
public Nullable<int> Index { get; }
Property Value
System. The index. |