C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FullTextFilterBehavior Class
Members

FullTextFilterBehavior Class
Allows any FlexGrid to be filtered using a System.Windows.Controls.TextBox.
Object Model
FullTextFilterBehavior Class
Syntax
'Declaration
 
Public Class FullTextFilterBehavior 
   Inherits C1.WPF.Core.C1Behavior(Of FlexGrid)
   Implements Microsoft.Xaml.Behaviors.IAttachedObject 
 
Remarks
This behavior sets the CellFactory of the attached grid.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Freezable
            System.Windows.Media.Animation.Animatable
               Microsoft.Xaml.Behaviors.Behavior
                  Microsoft.Xaml.Behaviors.Behavior<T>
                     C1.WPF.Core.C1Behavior<T>
                        C1.WPF.Grid.FullTextFilterBehavior

See Also