Class
CardViewGroupedEventArgs

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

IGroupDescriptor

The group descriptor.

action

CardViewGroupingEventAction

The grouping action.

Properties

Action

Gets the action.

Declaration

cs-api-definition
public CardViewGroupingEventAction Action { get; }

Property Value

CardViewGroupingEventAction

The grouping action.

GroupDescriptor

Gets group descriptor.

Declaration

cs-api-definition
public IGroupDescriptor GroupDescriptor { get; }

Property Value

IGroupDescriptor

The group descriptor the user grouped by.