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

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