ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CanFilter Property

In This Topic
    CanFilter Property (BaseCollectionView)
    In This Topic
    Gets a value that indicates whether this view supports filtering by way of the System.ComponentModel.ICollectionView.Filter property.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanFilter As Boolean
    public virtual bool CanFilter {get;}

    Property Value

    true if this view supports filtering; otherwise, false.
    See Also