Determines the mode that will set the Visibility property of the buttons that navigate through appointments.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public enum AppointmentNavigationButtonsVisibility
Fields
The buttons will be always visible.
C#
Always = 1
The buttons will be visible only when there no appointments in the visible range.
C#
Auto = 2
The buttons will be never visible.
C#
Never = 0