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

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

    Property Value

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