EntityViewBaseTEntityIBindingListViewSortDescriptions Property |
Gets the collection of sort descriptions currently applied to the data source.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxListSortDescriptionCollection IBindingListView.SortDescriptions { get; }
Private ReadOnly Property SortDescriptions As ListSortDescriptionCollection
Implements IBindingListView.SortDescriptions
Get
Property Value
Type:
ListSortDescriptionCollectionReturn Value
Type:
ListSortDescriptionCollectionThe
ListSortDescriptionCollection currently applied to the data source.
Implements
IBindingListViewSortDescriptions
See Also