Skip to main content

OptionsCustomization.AllowAppointmentMultiSelect Property

Gets or sets a value that specifies whether an end-user is allowed to select more than one appointment simultaneously.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool AllowAppointmentMultiSelect { get; set; }

#Property Value

Type Description
Boolean

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

#Property Paths

You can access the OptionsCustomization.AllowAppointmentMultiSelect property from the following objects:

Object Type Path to AllowAppointmentMultiSelect
SchedulerControl
.OptionsCustomization.AllowAppointmentMultiSelect

#Remarks

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

See Also