Determines whether or not the underlying list of views is sorted.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.306.0 (10.97.306.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