ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / DisplayDateEnd Property

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

    Property Value

    The last date to display.
    See Also