Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
ListSortDescriptionCollection IBindingListView.SortDescriptions { get; }

Property Value

Type: ListSortDescriptionCollection

Return Value

Type: ListSortDescriptionCollection
The ListSortDescriptionCollection currently applied to the data source.

Implements

IBindingListViewSortDescriptions
See Also