Ascending Property (SortArgs)
In This Topic
Gets whether the sort order is ascending.
Syntax
'Declaration
Public ReadOnly Property Ascending As Boolean
'Usage
Dim instance As SortArgs
Dim value As Boolean
value = instance.Ascending
public bool Ascending {get;}
See Also