ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / DisplayDateEnd Property

In This Topic
    DisplayDateEnd Property (C1DatePicker)
    In This Topic
    Gets or sets the last date to be displayed.
    Syntax
    'Declaration
     
    
    Public Property DisplayDateEnd As Nullable(Of Date)
    public Nullable<DateTime> DisplayDateEnd {get; set;}

    Property Value

    The last date to display.
    See Also