Sorts the index of the by.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
void SortByIndex(
	int index,
	Sort direction
)
Visual Basic
Sub SortByIndex ( _
	index As Integer, _
	direction As Sort _
)
JScript
function SortByIndex(
	index : int, 
	direction : Sort
)

Parameters

index
Type: System..::..Int32
direction
Type: Sort

See Also