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

In This Topic
    DisplayMode Property (C1DatePicker)
    In This Topic
    Gets or sets a value that indicates whether the calendar displays a month, year, or decade.
    Syntax
    'Declaration
     
    
    Public Property DisplayMode As CalendarMode
    public CalendarMode DisplayMode {get; set;}
    See Also