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