.NET Windows Forms in a Nutshell
This enumeration determines whether an IBindingList should be sorted in Ascending or Descending order. public enum ListSortDirection { Ascending = 0 , Descending = 1 } Hierarchy
System.Object Returned By
IBindingList.SortDirection Passed To
IBindingList.ApplySort() |