Skip to main content
All docs
V18.2

RichEditBehaviorOptions.OfficeScrollingAllowed Property

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

Namespace: DevExpress.XtraRichEdit

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

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:

Library Object Type Path to OfficeScrollingAllowed
WinForms Controls SnapControlOptions
.Behavior.OfficeScrollingAllowed
RepositoryItemRichTextEdit
.OptionsBehavior.OfficeScrollingAllowed
RichEditControlOptions
.Behavior.OfficeScrollingAllowed
WPF Controls RichEditControlOptions
.Behavior.OfficeScrollingAllowed
Office File API RichEditControlOptionsBase
.Behavior.OfficeScrollingAllowed
ASP.NET Web Forms Controls ASPxRichEditSettings
.Behavior.OfficeScrollingAllowed

Remarks

This property indicates whether or not the Microsoft Office scrolling style is enabled.

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

See Also