Class AppointmentViewMode
Represents different appointment data-entry modes.
Inheritance
System.Object
AppointmentViewMode
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
Edit
An editing mode that allows the user to update the values of an existing appointment.
Declaration
public const AppointmentViewMode Edit
Field Value
ReadOnly
A read-only mode that allows the user to view the values of an existing appointment.
Declaration
public const AppointmentViewMode ReadOnly
Field Value
value__
Declaration
public int value__
Field Value
System.
|