Determines whether or not the underlying list of views is sorted.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsSorted(
	bool ascending
)
Visual Basic
Public Function IsSorted ( _
	ascending As Boolean _
) As Boolean
JScript
public function IsSorted(
	ascending : boolean
) : boolean

Parameters

ascending
Type: System..::..Boolean
Whether or not the list should be sorted in ascending (true) or descending (flase) order ///

Return Value

true if the list is sorted in the specified order. ///

See Also