ComponentOne DataGrid for WPF and Silverlight
CanFilter Property (BaseCollectionView)

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView 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 Overridable ReadOnly Property CanFilter As System.Boolean
public virtual System.bool CanFilter {get;}

Property Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members