ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / CanFilter Property

In This Topic
    CanFilter Property (RiaCollectionView)
    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 Overrides ReadOnly Property CanFilter As Boolean
    public override bool CanFilter {get;}

    Property Value

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