[]
Gets or sets whether the grid should display sort indicators in the column headers.
public virtual bool ShowSort { get; set; }
Public Overridable Property ShowSort As Boolean
Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.