 |
| BcfTableViewBaseSort Method |
Sorts the collection based on the given sorts. The
SortDescriptions property will not be updated.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic virtual void Sort(
ListSortDescriptionCollection sorts
)
Public Overridable Sub Sort (
sorts As ListSortDescriptionCollection
)
public:
virtual void Sort(
ListSortDescriptionCollection^ sorts
)
abstract Sort :
sorts : ListSortDescriptionCollection -> unit
override Sort :
sorts : ListSortDescriptionCollection -> unit Parameters
- sorts
- Type: System.ComponentModelListSortDescriptionCollection
The sorts.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0, 2.1, 2.0
See Also