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

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