ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode Property
In This Article
Gets or sets a value that specifies how appointment selection is visually indicated.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(AppointmentSelectionAppearanceMode.Auto)]
public AppointmentSelectionAppearanceMode AppointmentSelectionAppearanceMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Appointment |
Auto | One of the Appointment |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Appointment |
---|---|---|
ASP. |
Scheduler |
|
ASP. |
ASPx |
|
See Also