Class
CardViewGroupingEventArgs

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

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

IGroupDescriptor

The group descriptor.

action

CardViewGroupingEventAction

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

CardViewGroupingEventAction

The action that will be performed.

GroupDescriptor

Gets the group descriptor.

Declaration

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

Property Value

IGroupDescriptor

The group descriptor.

Index

Gets the index the group descriptor will be placed at.

Declaration

cs-api-definition
public int? Index { get; }

Property Value

int?

The index.