Skip to main content

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

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

Custom

The action is applied according to the custom method specified by the corresponding AllowAppointment~ event of the SchedulerControl.

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

See Also