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

ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode Property

Gets or sets a value that specifies how appointment selection is visually indicated.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(AppointmentSelectionAppearanceMode.Auto)]
public AppointmentSelectionAppearanceMode AppointmentSelectionAppearanceMode { get; set; }

Property Value

Type Default Description
AppointmentSelectionAppearanceMode **Auto**

One of the AppointmentSelectionAppearanceMode enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AppointmentSelectionAppearanceMode
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsView.AppointmentSelectionAppearanceMode
MVCxScheduler
.OptionsView.AppointmentSelectionAppearanceMode
SchedulerSettings
.OptionsView.AppointmentSelectionAppearanceMode
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsView.AppointmentSelectionAppearanceMode
See Also