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

DXRichEditBehaviorOptions.OfficeScrollingAllowed Property

For internal use. Use the RichEditBehaviorOptions.OfficeScrolling property instead.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

[Browsable(false)]
public bool OfficeScrollingAllowed { get; }

Property Value

Type Description
Boolean

true if office scrolling feature is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to OfficeScrollingAllowed
RichEditControl
.BehaviorOptions .OfficeScrollingAllowed

Remarks

This property indicates whether the Microsoft Office scrolling is enabled.

Initializes a new instance of the DXRichEditBehaviorOptions class with the specified settings.

See Also