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

In This Topic
    DataGridDateFilter Class
    In This Topic
    The filter for date values. This control should be used as InnerControl for the DataGridFilter control to create the date filter for the C1DataGrid. Represents the default filter control for date columns.
    Object Model
    DataGridDateFilter Class
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("DataGridDateFilter is obsolete.")>
    <TemplatePartAttribute(Name="StartDate", Type=System.Windows.Controls.DatePicker)>
    Public Class DataGridDateFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter 
    [Obsolete("DataGridDateFilter is obsolete.")]
    [TemplatePart(Name="StartDate", Type=System.Windows.Controls.DatePicker)]
    public class DataGridDateFilter : System.Windows.Controls.Control, IDataGridFilter  
    Inheritance Hierarchy

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

    See Also