Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1CalendarItem Class / ShowPreviousButton Property

In This Topic
    ShowPreviousButton Property (C1CalendarItem)
    In This Topic
    Gets or sets a value that determines whether to show the previous month navigation button. The default value is True. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property ShowPreviousButton As Boolean
    public bool ShowPreviousButton {get; set;}
    See Also