WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FullTextFilterBehavior Class
Members
In This Topic
    FullTextFilterBehavior Class
    In This Topic
    Allows any FlexGrid to be filtered using a Microsoft.UI.Xaml.Controls.TextBox.
    Object Model
    FullTextFilterBehavior ClassFlexGrid Class
    Syntax
    public class FullTextFilterBehavior : C1.WinUI.Core.C1Behavior<FlexGrid>, Microsoft.Xaml.Interactivity.IBehavior, WinRT.IWinRTObject  
    Remarks
    This behavior sets the CellFactory of the attached grid.
    Inheritance Hierarchy

    System.Object
       Microsoft.UI.Xaml.DependencyObject
          Microsoft.Xaml.Interactivity.Behavior
             Microsoft.Xaml.Interactivity.Behavior<T>
                C1.WinUI.Core.C1Behavior<T>
                   C1.WinUI.Grid.FullTextFilterBehavior

    See Also