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

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 CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the CardViewGroupingEventArgs class.

C#
public CardViewGroupingEventArgs(IGroupDescriptor groupDescriptor, CardViewGroupingEventAction action, int? index)
Parameters:groupDescriptorIGroupDescriptor

The group descriptor.

actionCardViewGroupingEventAction

The action.

indexint?

The index.

Properties

Gets the action that will be performed.

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

The action that will be performed.

Gets the group descriptor.

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

The group descriptor.

Gets the index the group descriptor will be placed at.

C#
public int? Index { get; }
Property Value:

The index.