Class
SortedEventArgs

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 EventArgs.Empty

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

SortingState

descriptor

ColumnSortDescriptor

columnIndex

int

Properties

ColumnIndex

Gets the sorted column index.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

ColumnSortDescriptor

Gets the column sort descriptor.

Declaration

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

Property Value

ColumnSortDescriptor

SortDirection

Gets the sort direction.

Declaration

cs-api-definition
public SortingState SortDirection { get; }

Property Value

SortingState