ICollectionView.CanFilter Property

Definition

Gets a value that indicates whether this view supports filtering via the Filter property.

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

Property Value

true if this view support filtering; otherwise, false.

Applies to

See also