Class
GridViewGroupSortChangingEventArgs

Provides data for the GridViewGroupSortChanging event. It can be canceled. The event is fired upon chaning the sort order of a group by the end user.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewGroupSortChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGridViewGroupSortChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

GridViewGroupSortChangingEventArgs(GridViewTemplate, GroupDescriptor, ListSortDirection)

Initializes a new instance of the GridViewGroupSortChangingEventArgs class.

Declaration

cs-api-definition
public GridViewGroupSortChangingEventArgs(GridViewTemplate template, GroupDescriptor groupDescriptor, ListSortDirection direction)

Parameters

template

GridViewTemplate

The GridViewTemplate

groupDescriptor

GroupDescriptor

The GroupDescriptor

direction

ListSortDirection

The NewDirection

Properties

GroupDescriptor

Gets the descriptor creating the group which is about the be changed.

Declaration

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

Property Value

GroupDescriptor

NewDirection

Gets the new group sort order.

Declaration

cs-api-definition
public ListSortDirection NewDirection { get; }

Property Value

ListSortDirection

Template

Gets the GridViewTemplate where the event was fired.

Declaration

cs-api-definition
public GridViewTemplate Template { get; }

Property Value

GridViewTemplate