Skip to main content

RichEditBehaviorOptions.TouchAllowed Property

Gets whether the Touch operation is allowed.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[Browsable(false)]
public bool TouchAllowed { get; }
<Browsable(False)>
Public ReadOnly Property TouchAllowed As Boolean

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

You can access the RichEditBehaviorOptions.TouchAllowed property from the following objects:

Object Type Path to TouchAllowed
RichEditControl
.Options.Behavior.TouchAllowed
RichEditControlOptions
.Behavior.TouchAllowed
RichEditControlOptionsBase
.Behavior.TouchAllowed

Remarks

This member is not intended for public use.

Use the RichEditBehaviorOptions.Touch property instead.

See Also