BindingSource::SupportsSorting Property
.NET Framework (current version)
Gets a value indicating whether the data source supports sorting.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the data source is an IBindingList and supports sorting; otherwise, false.
Implements
IBindingList::SupportsSortingIf the data source is not an IBindingList, the SupportsSorting property always returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: