property Property.Sortable as Boolean
Specifies whether the item that hosts the property may change its position while sorting.

TypeDescription
Boolean A Boolean expression that specifies whether the property is sortable or not.
By default, the Sortable property is True. An unsortable item does not change its position while sort is performed. The Sort method sorts the properties. Use the SortObjects property to specify if the object properties should be placed on top or bottom side of the control once the user sorts a column. Use the SortOnClick property to specify whether a column gets sorted once the user clicks the column's header.