BindingSource::SortProperty Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the PropertyDescriptor that is being used for sorting the list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property PropertyDescriptor^ SortProperty { virtual PropertyDescriptor^ get(); }
Property Value
Type: System.ComponentModel::PropertyDescriptor^If the list is an IBindingList, the PropertyDescriptor that is being used for sorting; otherwise, null.
Implements
IBindingList::SortPropertyIf the list is not an IBindingList, SortProperty always returns null.
.NET Framework
Available since 2.0
Available since 2.0
Show: