ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode Property
Gets or sets a value that specifies how appointment selection is visually indicated.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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 Web Forms Controls | ASPxScheduler |
|
ASP.NET MVC Extensions | SchedulerSettings |
|
See Also