WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FullTextFilterMode Enumeration
In This Topic
    FullTextFilterMode Enumeration
    In This Topic
    Specifies the modes to perform the filter operation.
    Syntax
    public enum FullTextFilterMode : System.Enum 
    Members
    MemberDescription
    WhenCompletedThe filter will be applied when the user presses the OK button.
    WhileTypingThe filter will be applied while the user typing in the Microsoft.UI.Xaml.Controls.TextBox.
    Inheritance Hierarchy

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

    See Also