Skip to main content

RichEditBehaviorOptions.ZoomingAllowed Property

Gets whether Zoom operations are allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

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

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

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

Use the RichEditBehaviorOptions.Zooming property instead.

See Also