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.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewGroupSortChangingEventArgs : CancelEventArgs
Constructors
GridViewGroupSortChangingEventArgs(GridViewTemplate, GroupDescriptor, ListSortDirection)
Initializes a new instance of the GridViewGroupSortChangingEventArgs class.
Declaration
public GridViewGroupSortChangingEventArgs(GridViewTemplate template, GroupDescriptor groupDescriptor, ListSortDirection direction)
Parameters
Grid The Grid |
Group The Group |
System. The New |
Properties
GroupDescriptor
Gets the descriptor creating the group which is about the be changed.
Declaration
public GroupDescriptor GroupDescriptor { get; }
Property Value
NewDirection
Gets the new group sort order.
Declaration
public ListSortDirection NewDirection { get; }
Property Value
System.
|
Template
Gets the GridViewTemplate where the event was fired.
Declaration
public GridViewTemplate Template { get; }