WPF Tutorial
Welcome to this free online Windows Presentation Foundation tutorial.
Search This Blog
Wednesday, November 16, 2016
Clear Sort WPF DataGrid
WPF
>
Controls
>
ItemsControl
>
DataGrid
>
Clear Sort
_collectionView = (
CollectionView
)
CollectionViewSource
.GetDefaultView(dataGrid.Items);
_collectionView.SortDescriptions.Clear();
Newer Post
Older Post
Home