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