IBindingListView.SupportsFiltering Property

Definition

Gets a value indicating whether the data source supports filtering.

public:
 property bool SupportsFiltering { bool get(); };
public bool SupportsFiltering { get; }
member this.SupportsFiltering : bool
Public ReadOnly Property SupportsFiltering As Boolean

Property Value

true if the data source supports filtering; otherwise, false.

Remarks

With the SupportsFiltering property, you implement filtering as a string to be interpreted by the data source implementation.

Applies to