ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / C1FullTextSearchBehavior Class
Members

In This Topic
    C1FullTextSearchBehavior Class
    In This Topic
    Configure C1.WPF.DataGrid.C1DataGrid to be filtered from a string which can be entered using a textbox, and highlights the matched text in the cells foreground and background.
    Object Model
    C1FullTextSearchBehavior Class
    Syntax
    'Declaration
     
    
    Public Class C1FullTextSearchBehavior 
       Inherits System.Windows.DependencyObject
    public class C1FullTextSearchBehavior : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.Filters.C1FullTextSearchBehavior

    See Also