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


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

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

See Also