Gets or sets a value that determines whether to show the next 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 ShowNextButton { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property ShowNextButton As Boolean
	Get
	Set

Remarks

The default value for this property is True.

This is a dependency property.

See Also