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

In This Topic
    DisplayDate Property
    In This Topic
    Gets or sets the date to display in drop-down calendar.
    Syntax
    'Declaration
     
    Public Property DisplayDate As System.Date
    public System.DateTime DisplayDate {get; set;}
    Exceptions
    ExceptionDescription
    The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd.
    See Also