SchedulerOptionsBehavior.TouchAllowed Property
Gets or sets whether the touch device input is analyzed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[DefaultValue(true)]
public bool TouchAllowed { get; set; }
<DefaultValue(True)>
Public Property TouchAllowed As Boolean
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 |
|
See Also
Feedback