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