Click or drag to resize

BcfTableViewBaseApplySort Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodApplySort(ListSortDescriptionCollection)
Sorts the collection based on the given ListSortDescriptionCollection.
Public methodApplySort(PropertyDescriptor, ListSortDirection)
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
Public methodApplySort(String, ListSortDirection)
Sorts the list based on a column name and a ListSortDirection.
Top
See Also