For internal use only. Not for customer use

The List of sorted fields that is used during serialization

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AwxSortCollection Sorts { get; private set; }
Visual Basic
Public Property Sorts As AwxSortCollection
	Get
	Private Set
JScript
function get Sorts () : AwxSortCollection
private function set Sorts (value : AwxSortCollection)

See Also