ComponentOne Xamarin.Android
CanFilter Method (ISupportFiltering)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportFiltering Interface : CanFilter Method
The filter expression that determine how the data would be filtered.
Returns whether the collection view is able to filter the specified filterExpression.
Syntax
'Declaration
 
Function CanFilter( _
   ByVal filterExpression As FilterExpression _
) As Boolean
'Usage
 
Dim instance As ISupportFiltering
Dim filterExpression As FilterExpression
Dim value As Boolean
 
value = instance.CanFilter(filterExpression)

Parameters

filterExpression
The filter expression that determine how the data would be filtered.
See Also

Reference

ISupportFiltering Interface
ISupportFiltering Members