C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FullTextFilterBehavior Class
Members
FullTextFilterBehavior Class
Allows any FlexGrid to be filtered using a Microsoft.Maui.Controls.Entry.
Syntax
public class FullTextFilterBehavior : Microsoft.Maui.Controls.Behavior<FlexGrid> 
Remarks
This behavior sets the CellFactory of the attached grid.
Inheritance Hierarchy

System.Object
   Microsoft.Maui.Controls.BindableObject
      Microsoft.Maui.Controls.Behavior
         Microsoft.Maui.Controls.Behavior<T>
            C1.Maui.Grid.FullTextFilterBehavior

See Also