RecroGridSetSort Method

Setting up sorting.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
protected void SetSort(
	string alias,
	int sort
)

Parameters

alias  String
The identifier of the column Alias.
sort  Int32
Priority of sorting starts from 1. In case of negative value, it is in descending order.

See Also