Gets or sets a value that determines whether to show the next group navigation button (buttons). The default value is True. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool ShowNextButton { get; set; }
Visual Basic
Public Property ShowNextButton As Boolean
	Get
	Set

See Also