SortAscending Property
Description
Specifies how the records in the column are sorted (ascending or descending order).
Property Type
Read-write property
Syntax (Visual Basic)
Public Property SortAscending() As Boolean
Remarks
If TRUE, the column will be sorted in ascending order when the column is sorted.
If FALSE, the column will be sorted in descending order when the column is sorted.
An arrow icon is displayed on the column header indicating how the column is sorted: an up arrow for ascending and a down arrow for descending order.
The SortAscending property will not cause the column to be sorted; it only indicates how the column will be sorted. To sort the column, you will need to click on the column header or add the column to the GridControl's SortOrder.
See Also

Grid Control ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.