Beispiel #1
0
 void OnClearSortingClick(object sender, EventArgs e)
 {
     if (grid != null)
     {
         grid.ClearSorting();
     }
 }