Skip to main content
A newer version of this page is available. .

SchedulerOptionsBehavior.TouchAllowed Property

Gets or sets whether the touch device input is analyzed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[DefaultValue(true)]
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