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.
    Object Model
    C1DataFilter ClassFilterCollection ClassFilter Class
    Syntax
    'Declaration
     
    
    Public Class C1DataFilter 
       Inherits C1.WPF.Accordion.C1Accordion
    public class C1DataFilter : C1.WPF.Accordion.C1Accordion 
    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
                         System.Windows.Controls.ItemsControl
                            C1.WPF.Core.C1ItemsControl
                               C1.WPF.Core.C1HeaderedItemsControl
                                  C1.WPF.Accordion.C1Accordion
                                     C1.WPF.DataFilter.C1DataFilter

    See Also