RadControls for WPF

Represents different appointment data-entry modes.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public enum AppointmentViewMode
Visual Basic
Public Enumeration AppointmentViewMode

Members

Member nameValueDescription
Add0 An add mode that allows the user to enter the values for a new appointment.
Edit1 An editing mode that allows the user to update the values of an existing appointment.
ReadOnly2 A read-only mode that allows the user to view the values of an existing appointment.

See Also