BindingSource::IsSorted Property
.NET Framework (current version)
Gets a value indicating whether the items in the underlying list are sorted.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the list is an IBindingList and is sorted; otherwise, false.
Implements
IBindingList::IsSortedIsSorted always returns false if the list is not an IBindingList.
.NET Framework
Available since 2.0
Available since 2.0
Show: