Enum
AppointmentViewMode

Represents different appointment data-entry modes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public enum AppointmentViewMode

Fields

Add

An add mode that allows the user to enter the values for a new appointment.

Declaration

cs-api-definition
Add = 0

Field Value

AppointmentViewMode

Edit

An editing mode that allows the user to update the values of an existing appointment.

Declaration

cs-api-definition
Edit = 1

Field Value

AppointmentViewMode

ReadOnly

A read-only mode that allows the user to view the values of an existing appointment.

Declaration

cs-api-definition
ReadOnly = 2

Field Value

AppointmentViewMode

In this article
DefinitionFieldsAddEditReadOnly
Not finding the help you need?
Contact Support