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

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

Syntax

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

Remarks

This is a dependency property.

See Also