ClassSortedEventArgs
Class
Provides data for the PreparedSortDescriptors event.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class SortedEventArgs : EventArgs
Inheritance: objectEventArgsSortedEventArgs
Inherited Members
Constructors
SortedEventArgs(SortingState, ColumnSortDescriptor, int)
Initializes a new instance of the SortedEventArgs class.
Declaration
cs-api-definition
public SortedEventArgs(SortingState sortDirection, ColumnSortDescriptor descriptor, int columnIndex)
Parameters
sortDirection
descriptor
columnIndex
Properties
ColumnIndex
Gets the sorted column index.
ColumnSortDescriptor
Gets the column sort descriptor.
Declaration
cs-api-definition
public ColumnSortDescriptor ColumnSortDescriptor { get; }
Property Value
SortDirection
Gets the sort direction.
Declaration
cs-api-definition
public SortingState SortDirection { get; }
Property Value