aspnet-devexpress-dot-web-dot-aspxscheduler-0e9a9fe8.md
Lists values that specify how appointment selection is visually indicated.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public enum AppointmentSelectionAppearanceMode
Public Enum AppointmentSelectionAppearanceMode
| Name | Description |
|---|---|
Auto |
The appointment selection appearance mode is determined by the applied visual theme.
|
| BackgroundOpacity |
Appointment selection status is visually indicated by the appointment background’s opacity.
|
| BoundaryFrame |
Appointment selection status is visually indicated by a frame.
|
The following properties accept/return AppointmentSelectionAppearanceMode values:
The AppointmentSelectionAppearanceMode enumeration’s values are used to set the ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode property.
See Also