ClassGridViewCustomSortingEventArgs
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewCustomSortingEventArgs : EventArgs
Inheritance: objectEventArgsGridViewCustomSortingEventArgs
Inherited Members
Constructors
GridViewCustomSortingEventArgs(GridViewTemplate, GridViewRowInfo, GridViewRowInfo)
Initializes a new instance of the GridViewCustomSortingEventArgs class.
Declaration
public GridViewCustomSortingEventArgs(GridViewTemplate template, GridViewRowInfo row1, GridViewRowInfo row2)
Parameters
template
The grid view template.
row1
The row info1.
row2
The row info2.
GridViewCustomSortingEventArgs(GridViewTemplate, GridViewRowInfo, GridViewRowInfo, int)
Initializes a new instance of the GridViewCustomSortingEventArgs class.
Declaration
public GridViewCustomSortingEventArgs(GridViewTemplate template, GridViewRowInfo row1, GridViewRowInfo row2, int sortResult)
Parameters
template
The template.
row1
The row1.
row2
The row2.
sortResult
The sort result.
Properties
Handled
Gets or sets a value indicating whether this GridViewCustomSortingEventArgs is handled.
Declaration
public bool Handled { get; set; }
Property Value
true if handled; otherwise, false.
Row1
Gets the first row to compare
Row2
Gets the second row to compare
SortResult
Gets or sets the sorting result.
Template
Gets the template.
Declaration
public GridViewTemplate Template { get; }
Property Value
The template.