FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FullTextFilterMode Enumeration

In This Topic
    FullTextFilterMode Enumeration
    In This Topic
    Specifies the modes to perform the filter operation.
    Syntax
    'Declaration
     
    Public Enum FullTextFilterMode 
       Inherits System.Enum
    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 System.Windows.Controls.TextBox.
    Inheritance Hierarchy

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

    See Also