DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CanFilter Property

In This Topic
    CanFilter Property (C1CollectionView)
    In This Topic
    Gets a value that indicates whether this view supports filtering via the System.ComponentModel.ICollectionView.Filter property.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanFilter As Boolean
    public bool CanFilter {get;}
    See Also