Back to Devexpress

SchedulerOptionsCustomization.AllowAppointmentMultiSelect Property

corelibraries-devexpress-dot-xtrascheduler-dot-scheduleroptionscustomization-f7c304c3.md

latest2.7 KB
Original Source

SchedulerOptionsCustomization.AllowAppointmentMultiSelect Property

Gets or sets whether a user is allowed to select more than one appointment simultaneously.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(true)]
public bool AllowAppointmentMultiSelect { get; set; }
vb
<DefaultValue(True)>
Public Property AllowAppointmentMultiSelect As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if multiple appointments can be selected simultaneously; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AllowAppointmentMultiSelect
WinForms ControlsSchedulerControl

.OptionsCustomization .AllowAppointmentMultiSelect

| | ASP.NET Bootstrap Controls | BootstrapScheduler |

.OptionsEditing .AllowAppointmentMultiSelect

| | ASP.NET MVC Extensions | SchedulerSettings |

.OptionsCustomization .AllowAppointmentMultiSelect

| | ASP.NET Web Forms Controls | ASPxScheduler |

.OptionsCustomization .AllowAppointmentMultiSelect

|

Remarks

By default, end-users are allowed to simultaneously select multiple appointments. Use the AllowAppointmentMultiSelect property to control the availability of such functionality to end-users.

See Also

SchedulerOptionsCustomization Class

SchedulerOptionsCustomization Members

DevExpress.XtraScheduler Namespace