 |
| 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.0.2.0
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: ListSortDescriptionCollection
The sorts.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also