Value Property (FilterTextExpression)
The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA".
public object Value {get; set;}
'Declaration
Public Property Value As Object