Gets or sets a String value used as text for the 'Next Appointment' navigation pane.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public string NextAppointmentText { get; set; }
Visual Basic (Declaration)
Public Property NextAppointmentText As String
	Get
	Set

Remarks

This is a dependency property.

See Also