SchedulerOptionsCustomization.AllowAppointmentMultiSelect Property
Gets or sets whether a user is allowed to select more than one appointment simultaneously.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll
Declaration
[DefaultValue(true)]
public bool AllowAppointmentMultiSelect { get; set; }
<DefaultValue(True)>
Public Property AllowAppointmentMultiSelect As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if multiple appointments can be selected simultaneously; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 12 property paths
Library | Object Type | Path to AllowAppointmentMultiSelect |
---|---|---|
WinForms Controls | SchedulerControl |
|
ASP.NET Bootstrap Controls | BootstrapScheduler |
|
BootstrapScheduler |
|
|
BootstrapScheduler |
|
|
eXpressApp Framework | SchedulerListEditorBase |
|
ASPxSchedulerListEditor |
|
|
ASPxSchedulerListEditor |
|
|
SchedulerListEditor |
|
|
SchedulerListEditor |
|
|
ASP.NET MVC Extensions | MVCxScheduler |
|
SchedulerSettings |
|
|
ASP.NET Web Forms Controls | ASPxScheduler |
|
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
Feedback