UsedAppointmentType Enum
Lists values which specify restrictions for end-users on which appointments can be used in particular events.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
None
|
The action can’t be applied to any appointments. |
Recurring
|
The action can be applied to recurring appointments only. |
Non
|
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 Allow |
#Related API Members
The following properties accept/return UsedAppointmentType values:
#Remarks
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.