Back to Devexpress

UsedAppointmentType Enum

corelibraries-devexpress-dot-xtrascheduler-afa1f79f.md

latest3.1 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum UsedAppointmentType
vb
Public Enum UsedAppointmentType

Members

NameDescription
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:

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

SchedulerOptionsCustomization

DevExpress.XtraScheduler Namespace