DXRichEditBehaviorOptions.OfficeScrollingAllowed Property
For internal use. Use the RichEditBehaviorOptions.OfficeScrolling property instead.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
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