corelibraries-devexpress-dot-xtrascheduler-afa1f79f.md
Lists values which specify restrictions for end-users on which appointments can be used in particular events.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum UsedAppointmentType
Public Enum UsedAppointmentType
| Name | Description |
|---|---|
None |
The action can’t be applied to any appointments.
|
| Recurring |
The action can be applied to recurring appointments only.
|
| NonRecurring |
The action can be applied to non-recurring appointments only.
|
| All |
The action can be applied to all the appointments.
|
| Custom |
The action is applied according to the custom method specified by the corresponding AllowAppointment~ or CustomAllowAppointment~ event of the SchedulerControl.
|
The following properties accept/return UsedAppointmentType values:
Use this enumeration’s members to specify the types of appointments which can be used in end-user restrictions. This enumeration’s values are used by some of the AllowAppointment properties of the SchedulerOptionsCustomization and SchedulerControl objects.
See Also