ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class
Members

In This Topic
    C1DataFilter Class
    In This Topic
    The C1DataFilter lets users filter data based on criteria's. It can be bound to any data-aware control and multiple conditional filtering could be applied.The C1DataFilter lets users filter data based on criteria's. It can be bound to any data-aware control and multiple conditional filtering could be applied.
    Object Model
    C1DataFilter ClassFilterCollection ClassFilter Class
    Syntax
    'Declaration
     
    
    Public Class C1DataFilter 
       Inherits System.Windows.Controls.Control
    public class C1DataFilter : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.DataFilter.C1DataFilter

    See Also