IWindowGridSetAutoSort Method

Assigns automatic sorting of a field.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetAutoSort(
	string field,
	SortOrder sort
)

Parameters

field  String
Name of the field to sort.
sort  SortOrder
SortOrder with the sorting type of the field.

See Also