Skip to main content

EditAppointmentDialogSettings.AllowMultipleResourceSelection Property

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool AllowMultipleResourceSelection { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowMultipleResourceSelection
SchedulerControl
.ActualEditAppointmentDialogSettings .AllowMultipleResourceSelection
SchedulerControl
.EditAppointmentDialogSettings .AllowMultipleResourceSelection
See Also