Skip to main content
A newer version of this page is available. .

OptionsCustomization Properties

Provides customization options for the Scheduler control.
Name Description
AllowAppointmentConflicts Gets or sets a value that specifies whether an end-user is allowed to share the schedule time between two or more appointments.
AllowAppointmentCopy Gets or sets a value that specifies whether an end-user is allowed to copy appointments.
AllowAppointmentCreate Gets or sets a value that specifies whether an end-user is allowed to create new appointments.
AllowAppointmentDelete Gets or sets a value that specifies whether an end-user is allowed to delete appointments.
AllowAppointmentDrag Gets or sets a value that specifies whether an end-user is allowed to drag and drop appointments to another time slot or date.
AllowAppointmentDragBetweenResources Gets or sets a value that specifies whether an end-user is allowed to drag and drop appointments between resources.
AllowAppointmentEdit Gets or sets a value that specifies whether an end-user is allowed to edit appointments.
AllowAppointmentMultiSelect Gets or sets a value that specifies whether an end-user is allowed to select more than one appointment simultaneously.
AllowAppointmentResize Gets or set a value that specifies whether an end-user is allowed to change the time boundaries of appointments.
AllowDisplayAppointmentForm Gets or sets the option specifying whether the Edit Appointment dialog can be invoked.
AllowInplaceEditor Gets or sets a value that specifies whether an inplace editor can be activated for an appointment.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
See Also