property Column.DisplaySortIcon as Boolean
Retrieves or sets a value indicating whether the sort icon is visible on column's header, while the column is sorted.

TypeDescription
Boolean A boolean expression indicating whether the sort icon is visible on column's header, while the column is sorted.
Use the DisplaySortIcon property to hide the sort icon. Use the Sort method to sort the items. Use the SortOrder property to sort a column. Use the SingleSort property to allow multiple sort columns. Use the SortOnClick property of control to disable sorting columns by clicking in the column's header.