BindingSource.SupportsFiltering Property

Definition

Gets a value indicating whether the data source supports filtering.

public:
 virtual property bool SupportsFiltering { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool SupportsFiltering { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SupportsFiltering : bool
Public Overridable ReadOnly Property SupportsFiltering As Boolean

Property Value

true if the list is an IBindingListView and supports filtering; otherwise, false.

Implements

Attributes

Remarks

If the list is not an IBindingListView, SupportsFiltering always returns false.

Applies to