Skip to main content
A newer version of this page is available. .

AppointmentSelectionAppearanceMode Enum

Lists values that specify how appointment selection is visually indicated.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public enum AppointmentSelectionAppearanceMode

Members

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.

Related API Members

The following properties accept/return AppointmentSelectionAppearanceMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView.AppointmentSelectionAppearanceMode

Remarks

The AppointmentSelectionAppearanceMode enumeration’s values are used to set the ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode property.

See Also