C1.Android.Grid Assembly / C1.Android.Grid Namespace / FullTextFilterBehavior Class
Members


FullTextFilterBehavior Class
Allows any FlexGrid to be filtered using a Android.Widget.EditText.
Syntax
'Declaration
 
Public Class FullTextFilterBehavior 
   Inherits C1.Android.Core.C1Behavior(Of FlexGrid)
   Implements C1.Android.Core.IDependencyObject 
 
'Usage
 
Dim instance As FullTextFilterBehavior
Remarks
This behavior sets the CellFactory of the attached grid.
Inheritance Hierarchy

System.Object
   C1.Android.Core.C1Behavior<T>
      C1.Android.Grid.FullTextFilterBehavior

See Also