Skip to main content

AppointmentSelectionAppearanceMode Enum

Lists values that specify how appointment selection is visually indicated.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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:

Remarks

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

See Also