React Scheduler - editing

Specifies which editing operations a user can perform on appointments.

Type:

Boolean

|

Object

Default Value: true

allowAdding

Specifies whether or not an end-user can add appointments.

Type:

Boolean

Default Value: true

See Also

allowDeleting

Specifies whether or not an end-user can delete appointments.

Type:

Boolean

Default Value: true

allowDragging

Specifies whether or not an end-user can drag appointments.

Type:

Boolean

Default Value: true, false (Android, iOS)

allowEditingTimeZones Deprecated

Use the allowTimeZoneEditing property instead.

Specifies whether users can edit appointment time zones.

Type:

Boolean

Default Value: false

allowResizing

Specifies whether or not an end-user can change an appointment duration.

Type:

Boolean

Default Value: true, false (Android, iOS)

allowTimeZoneEditing

Specifies whether users can edit appointment time zones.

Type:

Boolean

Default Value: false

If this property is enabled, the appointment details form is extended with drop-down menus that specify the start and end time zones and regions:

DevExtreme Scheduler with enabled time zone editing

View Demo

allowUpdating

Specifies whether or not an end-user can change appointment properties.

Type:

Boolean

Default Value: true