FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FullTextFilter.FullTextFilterMode Enumeration

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

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.C1FullTextFilter.FullTextFilterMode

    See Also