Skip to main content

SchedulerOptionsBehavior.TouchAllowed Property

Gets or sets whether the touch device input is analyzed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool TouchAllowed { get; set; }

Property Value

Type Default Description
Boolean true

true if touch input is analyzed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to TouchAllowed
SchedulerControl
.OptionsBehavior .TouchAllowed
See Also