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

In This Topic
    DataGridDateTimeFilter Class
    In This Topic
    The filter for DateTime values. This control should be used as InnerControl for the DataGridFilter control to create the DateTime filter for the C1DataGrid. Represents the default filter control for DateTime columns.
    Object Model
    DataGridDateTimeFilter Class
    Syntax
    'Declaration
     
    
    Public Class DataGridDateTimeFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter, IDataGridFilterUnity 
    public class DataGridDateTimeFilter : System.Windows.Controls.Control, IDataGridFilter, IDataGridFilterUnity  
    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.DataGrid.DataGridDateTimeFilter

    See Also