ComponentOne DataGrid for WPF and Silverlight
CanFilter Property (RiaCollectionView)

C1.Silverlight.DataGrid.Ria Namespace > RiaCollectionView Class : CanFilter Property
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 System.Boolean
public override System.bool CanFilter {get;}

Property Value

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

Reference

RiaCollectionView Class
RiaCollectionView Members