For internal use only. Not for customer use

The List of sorted fields that is used during serialization

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also