ComponentOne DataGrid for WPF and Silverlight
DataGridDateTimeFilter Class
Members 

C1.WPF.DataGrid Namespace : DataGridDateTimeFilter Class
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
 
<System.Windows.TemplatePartAttribute(Name="StartDateTime", Type=C1.WPF.DateTimeEditors.C1DateTimePicker)>
<System.Windows.TemplatePartAttribute(Name="EndDateTime", Type=C1.WPF.DateTimeEditors.C1DateTimePicker)>
Public Class DataGridDateTimeFilter 
   Inherits System.Windows.Controls.Control
   Implements IDataGridFilter, IDataGridFilterUnity 
[System.Windows.TemplatePart(Name="StartDateTime", Type=C1.WPF.DateTimeEditors.C1DateTimePicker)]
[System.Windows.TemplatePart(Name="EndDateTime", Type=C1.WPF.DateTimeEditors.C1DateTimePicker)]
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

Reference

DataGridDateTimeFilter Members
C1.WPF.DataGrid Namespace