Back to Devexpress

AppointmentSelectionAppearanceMode Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-0e9a9fe8.md

latest1.7 KB
Original Source

AppointmentSelectionAppearanceMode Enum

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

Declaration

csharp
public enum AppointmentSelectionAppearanceMode
vb
Public Enum AppointmentSelectionAppearanceMode

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Web.ASPxScheduler Namespace