Class
GridViewGroupingEventArgs

Represents data for the GridViewGrouping event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewGroupingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsGridViewGroupingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

GridViewGroupingEventArgs(IGroupDescriptor, GroupingEventAction, int?)

Initializes a new instance of the GridViewGroupingEventArgs class.

Declaration

cs-api-definition
public GridViewGroupingEventArgs(IGroupDescriptor groupDescriptor, GroupingEventAction action, int? index)

Parameters

groupDescriptor

IGroupDescriptor

The group descriptor.

action

GroupingEventAction

The action.

index

int?

The index.

Properties

Action

Gets the action that will be performed.

Declaration

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

Property Value

GroupingEventAction

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.