ASPxScheduler.OptionsCustomization Property
Provides access to the options that regulate the functionality available to end-users.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public SchedulerOptionsCustomization OptionsCustomization { get; }
Public ReadOnly Property OptionsCustomization As SchedulerOptionsCustomization
Property Value
Type | Description |
---|---|
SchedulerOptionsCustomization | A SchedulerOptionsCustomization object which provides the scheduler's customization options. |
Available values:
Name | Description |
---|---|
AllowDisplayAppointmentFlyout | Gets or sets whether the appointment flyout can be displayed. |
AllowDisplayAppointmentDependencyForm | Gets or sets whether a user can invoke the Appointment Dependency dialog. |
AllowDisplayAppointmentForm | Gets or sets whether the Appointment Form can be invoked. |
AllowAppointmentConflicts | Gets or sets whether a user is allowed to share the schedule time between two or more appointments. |
AllowAppointmentMultiSelect | Gets or sets whether a user is allowed to select more than one appointment simultaneously. |
AllowInplaceEditor | Gets or sets whether an inplace editor can be activated for an appointment. |
AllowAppointmentDragBetweenResources | Gets or sets whether a user is allowed to drag and drop appointments between resources. |
AllowAppointmentResize | Gets or sets whether a user is allowed to change the time boundaries of appointments. |
AllowAppointmentEdit | Gets or sets whether a user is allowed to edit appointments. |
AllowAppointmentDrag | Gets or sets whether a user is allowed to drag and drop appointments to another time slot or date. |
AllowAppointmentDelete | Gets or sets whether a user is allowed to delete appointments. |
AllowAppointmentCreate | Gets or sets whether a user is allowed to create new appointments. |
AllowAppointmentCopy | Gets or sets whether a user is allowed to copy appointments. |
RecurrenceFormEditors | Gets or sets the recurrences that a user can enable in the Appointment Recurrence Form. |
SchedulerOptionsCustomization() | Initializes a new instance of the SchedulerOptionsCustomization class with the default settings. |
Assign(BaseOptions) | Copies all settings from the options object passed as the parameter to the current object. |
ToString() | Returns the textual representation of customization options. |
Remarks
Use the OptionsCustomization property to regulate the actions which end-users are allowed to perform with appointments.