OptionsCustomization.AllowAppointmentMultiSelect Property
In This Article
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
#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 Allow |
---|---|
Scheduler |
|
#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