UsedAppointmentType Enum
Lists values which specify to which appointments end-user restrictions can be applied.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#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 appointments. |
Custom | The action is applied according to the custom method specified by the corresponding Allow |
#Passed To
You can pass UsedAppointmentType values to the following properies:
#Remarks
Use the UsedAppointmentType enumeration members to specify the types of appointments which can be used in end-user restrictions. These enumeration values are used by some AllowAppointment~ properties of the OptionsCustomization object.