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

In This Topic
    StartDate Property (DataGridDateTimeFilter)
    In This Topic
    Gets or sets the start date shown in the filter control.
    Syntax
    'Declaration
     
    
    Public Property StartDate As Nullable(Of Date)
    public Nullable<DateTime> StartDate {get; set;}

    Property Value

    The start date shown in the filter control, if null no value will be shown.
    See Also