ComponentOne Xamarin.Android
FullTextFilterMode Enumeration


C1.Android.Grid Assembly > C1.Android.Grid Namespace : FullTextFilterMode Enumeration
Specifies the modes to perform the filter operation.
Syntax
'Declaration
 
Public Enum FullTextFilterMode 
   Inherits System.Enum
'Usage
 
Dim instance As FullTextFilterMode
public enum FullTextFilterMode : System.Enum 
Members
MemberDescription
WhenCompleted The filter will be applied when the user presses the OK button.
WhileTypingThe filter will be applied while the user typing in the Android.Widget.EditText.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Grid.FullTextFilterMode

See Also

Reference

C1.Android.Grid Namespace