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