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.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] public bool ShowNextButton { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ Public Property ShowNextButton As Boolean Get Set |