Back to Devexpress

SchedulerControl.AllowAppointmentMultiSelect Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-6edbb013.md

latest1.3 KB
Original Source

SchedulerControl.AllowAppointmentMultiSelect Property

Gets or sets whether selecting more than one appointment is allowed. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool AllowAppointmentMultiSelect { get; set; }
vb
Public Property AllowAppointmentMultiSelect As Boolean

Property Value

TypeDescription
Boolean

true, to allow multiple appointments selection; otherwise, false.

|

Remarks

Use the AllowAppointmentMultiSelect property to control the end-users’ capability to select more than one appointment simultaneously.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace