ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.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
     
    
    <TemplatePartAttribute(Name="StartDateTime", Type=C1.Silverlight.DateTimeEditors.C1DateTimePicker)>
    Public Class DataGridDateTimeFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter, IDataGridFilterUnity 
    [TemplatePart(Name="StartDateTime", Type=C1.Silverlight.DateTimeEditors.C1DateTimePicker)]
    public class DataGridDateTimeFilter : System.Windows.Controls.Control, IDataGridFilter, IDataGridFilterUnity  
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.DataGrid.DataGridDateTimeFilter

    See Also