ComponentOne Xamarin.Android
Value Property (FilterOperationExpression)


C1.CollectionView Assembly > C1.CollectionView Namespace > FilterOperationExpression Class : Value Property
The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA".
Syntax
'Declaration
 
Public Property Value As Object
'Usage
 
Dim instance As FilterOperationExpression
Dim value As Object
 
instance.Value = value
 
value = instance.Value
public object Value {get; set;}
See Also

Reference

FilterOperationExpression Class
FilterOperationExpression Members