Class AppointmentViewMode
Represents different appointment data-entry modes.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class AppointmentViewMode : Enum
Fields
Add
An add mode that allows the user to enter the values for a new appointment.
Declaration
public const AppointmentViewMode Add
Field Value
AppointmentViewMode
|
Edit
An editing mode that allows the user to update the values of an existing appointment.
Declaration
public const AppointmentViewMode Edit
Field Value
AppointmentViewMode
|
ReadOnly
A read-only mode that allows the user to view the values of an existing appointment.
Declaration
public const AppointmentViewMode ReadOnly
Field Value
AppointmentViewMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|