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