Gets or sets a value that determines whether to show the previous month navigation button. The default value is True. This is a dependency property.

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

Syntax

C#
[DefaultValueAttribute(true)]
public bool ShowPreviousButton { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property ShowPreviousButton As Boolean
	Get
	Set

Remarks

The default value for this property is True.

This is a dependency property.

See Also