 |
| BcfValidatorResultTableViewTValidatorResultViewSortDescriptions Property |
Gets the collection of sort descriptions currently applied to the data source.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic ListSortDescriptionCollection SortDescriptions { get; }Public ReadOnly Property SortDescriptions As ListSortDescriptionCollection
Get
public:
virtual property ListSortDescriptionCollection^ SortDescriptions {
ListSortDescriptionCollection^ get () sealed;
}abstract SortDescriptions : ListSortDescriptionCollection with get
override SortDescriptions : ListSortDescriptionCollection with get
Property Value
Type:
ListSortDescriptionCollectionThe sort descriptions.
Return Value
Type:
ListSortDescriptionCollectionThe
ListSortDescriptionCollection currently applied to the data source.
Implements
IBindingListView.SortDescriptions
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also