Skip to main content

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

public enum UsedAppointmentType

#Members

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.

#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.

See Also