aspnetcore-400373-rich-edit.md
The DevExpress ASP.NET client RichEdit control allows users to create, open, modify, print, save, and convert rich-formatted text files.
Visit DevExpress.com to learn more about this product’s features, capabilities, and pricing options: ASP.NET Core Rich Text Editor. To try DevExpress controls and libraries in your projects, download our fully-functional 30-day trial version.
RichEdit is a client control that you can use in various client and server frameworks. The control has a common client implementation for all the supported frameworks.
|
|
|
|
|
The RichEdit control supports the following file extensions:
You can use third-party server libraries (for instance, DevExpress Office File API) to convert a document to a suitable format.
The RichEdit class implements the control’s client functionality and includes the following most commonly used properties:
The following section contains a number of client code samples: Examples.
Use the RichEditBuilder class to create and customize the control on the server.
You can modify a document on the server side with the non-visual cross-platform .NET library Office File API.
Unsupported features are listed in the following topic: Rich Text Editor Unsupported Features
The DevExpress .NET Products Installer installs RichEdit control demos to your local machine.
Try demos in action: run the Demo Center 25.2 application from the Windows Start menu or run C:\Users\Public\Documents\DevExpress Demos 20.1\Components\Components\Bin\DevExpress.DemoCenter.v25.2.exe (by default).
Demo solution files: C:\Users\Public\Documents\DevExpress Demos 25.2\Components\ASP.NET\CS\AspNetCoreDemos.RichEdit.
Footnotes