Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / NextAppointmentText Property

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