Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

End User Restrictions

You can implement restrictions to prevent end users from changing the editing surface. Use the RichEditControlOptionsBase.Behavior to access one of the following restriction settings:

Restriction Description
RichEditBehaviorOptions.OfficeScrolling Specifies whether or not the Office Scrolling feature is enabled.
RichEditBehaviorOptions.Zooming Specifies whether or not the Zoom operation is permitted.
RichEditBehaviorOptions.MaxZoomFactor Specifies the upper limit of document zooming.
RichEditBehaviorOptions.MinZoomFactor Specifies the lower limit of document zooming.
RichEditBehaviorOptions.OvertypeAllowed Specifies whether or not the overtype mode is allowed.