ShowPreviousButton Property (C1CalendarItem)
In This Topic
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.
Syntax
'Declaration
Public Property ShowPreviousButton As Boolean
public bool ShowPreviousButton {get; set;}
See Also