AppointmentSelectionAppearanceMode Enum
Lists values that specify how appointment selection is visually indicated.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Members
Name | Description |
---|---|
Auto
|
The appointment selection appearance mode is determined by the applied visual theme. |
Background
|
Appointment selection status is visually indicated by the appointment background’s opacity. |
Boundary
|
Appointment selection status is visually indicated by a frame. |
#Related API Members
The following properties accept/return AppointmentSelectionAppearanceMode values:
#Remarks
The AppointmentSelectionAppearanceMode enumeration’s values are used to set the ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode property.