IBindingList::SortProperty Property
.NET Framework (current version)
Gets the PropertyDescriptor that is being used for sorting.
Assembly: System (in System.dll)
Property Value
Type: System.ComponentModel::PropertyDescriptor^The PropertyDescriptor that is being used for sorting.
| Exception | Condition |
|---|---|
| NotSupportedException | SupportsSorting is false. |
This property is supported if SupportsSorting is true; otherwise, this property throws a NotSupportedException.
.NET Framework
Available since 1.1
Available since 1.1
Show: