C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FullTextFilterMode Enumeration

FullTextFilterMode Enumeration
Specifies the modes to perform the filter operation.
Syntax
'Declaration
 
Public Enum FullTextFilterMode 
   Inherits 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