New to Telerik UI for WPFStart a free 30-day trial

Contains information on performed group operation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class CardViewGroupedEventArgs : RoutedEventArgs

Inheritance: objectCardViewGroupedEventArgs

Constructors

Initializes a new instance of the CardViewGroupedEventArgs class.

C#
public CardViewGroupedEventArgs(IGroupDescriptor descriptor, CardViewGroupingEventAction action)
Parameters:descriptorIGroupDescriptor

The group descriptor.

actionCardViewGroupingEventAction

The grouping action.

Properties

Gets the action.

C#
public CardViewGroupingEventAction Action { get; }
Property Value:

The grouping action.

Gets group descriptor.

C#
public IGroupDescriptor GroupDescriptor { get; }
Property Value:

The group descriptor the user grouped by.