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