Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / PreviousAppointmentText Property

In This Topic
    PreviousAppointmentText Property (C1Scheduler)
    In This Topic
    Gets or sets a System.String value used as text for the 'Previous Appointment' navigation pane.
    Syntax
    'Declaration
     
    
    Public Property PreviousAppointmentText As String
    public string PreviousAppointmentText {get; set;}
    See Also