C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FullTextFilterMode Enumeration


FullTextFilterMode Enumeration
Specifies the modes to perform the filter operation.
Syntax
'Declaration
 
Public Enum FullTextFilterMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As FullTextFilterMode
Members
MemberDescription
WhenCompletedThe filter will be applied when the user presses the OK button.
WhileTypingThe filter will be applied while the user typing in the Xamarin.Forms.Entry.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.FullTextFilterMode

See Also