Back to Devexpress

DXRichEditBehaviorOptions.OfficeScrollingAllowed Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-575901bf.md

latest1.9 KB
Original Source

DXRichEditBehaviorOptions.OfficeScrollingAllowed Property

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace