Represents different appointment data-entry modes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public enum AppointmentViewMode
Fields
An add mode that allows the user to enter the values for a new appointment.
C#
Add = 0
An editing mode that allows the user to update the values of an existing appointment.
C#
Edit = 1
A read-only mode that allows the user to view the values of an existing appointment.
C#
ReadOnly = 2