C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FullTextFilterBehavior Class / FilterEntry Property


In This Topic
FilterEntry Property
In This Topic
Gets or sets the Entry field used to perform the query.
Syntax
'Declaration
 
Public Property FilterEntry As UIKit.UITextField
 
'Usage
 
Dim instance As FullTextFilterBehavior
Dim value As UIKit.UITextField
 
instance.FilterEntry = value
 
value = instance.FilterEntry
See Also