BindingSource::SupportsAdvancedSorting Property
.NET Framework (current version)
Gets a value indicating whether the data source supports multi-column sorting.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool SupportsAdvancedSorting { virtual bool get(); }
Property Value
Type: System::Booleantrue if the list is an IBindingListView and supports multi-column sorting; otherwise, false.
If the list is not an IBindingListView, SupportsAdvancedSorting always returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: