DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.8 Assembly / C1.Win.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 Class
    Syntax
    'Declaration
     
    Public Class C1DataFilter 
       Inherits C1.Framework.XViewHost
    public class C1DataFilter : C1.Framework.XViewHost 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.XViewHost
                   C1.Win.DataFilter.C1DataFilter

    See Also