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

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