DevExpress.AspNetCore.RichEdit 26.1.5-pre-26227
DevExpress.AspNetCore.RichEdit NuGet Package
The DevExpress ASP.NET Core Rich Text Editor allows you to integrate advanced text editing UI into your project. Generate a new document or load an existing file, and give users access to comprehensive text formatting capabilities.
Supported Document Formats
- DOC / DOCX
- RTF
- TXT
- HTML
- PDF export (included programmatically)
Supported Document Elements
- Bulleted, numbered, and multilevel lists
- Inline and floating images (JPEG, PNG, and GIF)
- Hyperlinks and bookmarks
- Headers and footers
- Floating text boxes
- Tables
- Fields
Key Features
- Document management API
- Fields
- Mail merge
- Spell check
- Ribbon and Context Menu customization
- Pre-defined styles
- Simple view
- Zoom
Examples
Install the DevExpress.AspNetCore.RichEdit NuGet package:
dotnet add package DevExpress.AspNetCore.RichEdit
Once installed, configure your application as described in the following help topic: Add RichEdit to a .NET Core Application.
Example 1: Add a Rich Text Editor to a Page
@(Html.DevExpress().RichEdit("richEdit")
.Width("100%")
.Height(800)
)
Example 2: Configure Auto Correct Settings
@(Html.DevExpress().RichEdit("richEdit")
.AutoCorrect(a => a
.CorrectTwoInitialCapitals(true)
.ReplaceTextAsYouType(true)
.ReplaceInfoCollectionSettings(s => {
s.CaseSensitive(true);
s.ReplaceInfoCollection(c => {
c.Add().What("(c)").With("©");
c.Add().What("wnwd").With("well-nourished, well-developed");
});
})
)
)
Additional Examples on GitHub
- ASP.NET Core Rich Text Editor - Load/save documents from/to a database
- ASP.NET Core Rich Text Editor - Submit document content with other form values
Demos
Related Components/Packages
DevExpress.AspNetCore.Dashboard - DevExpress ASP.NET Core Dashboard control.
dotnet add package DevExpress.AspNetCore.Dashboard
DevExpress.AspNetCore.Reporting - DevExpress ASP.NET Core Reporting control.
dotnet add package DevExpress.AspNetCore.Reporting
DevExpress.AspNetCore.Spreadsheet - DevExpress ASP.NET Core Spreadsheet component.
dotnet add package DevExpress.AspNetCore.Spreadsheet
Documentation
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscriptions:
- DevExpress ASP.NET and Blazor Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Useful Online Resources
No packages depend on DevExpress.AspNetCore.RichEdit.
.NET 8.0
- DevExpress.AspNetCore.Common (= 26.1.5-pre-26227)
- DevExpress.Data (= 26.1.5-pre-26227)
- DevExpress.Drawing (= 26.1.5-pre-26227)
| Version | Downloads | Last updated |
|---|---|---|
| 26.1.5-pre-26227 | 1 | 08/22/2026 |
| 26.1.4 | 0 | 08/07/2026 |
| 26.1.4-pre-26200 | 0 | 07/23/2026 |
| 26.1.4-pre-26190 | 0 | 07/14/2026 |
| 26.1.4-pre-26179 | 0 | 07/02/2026 |
| 26.1.3 | 0 | 06/18/2026 |
| 25.2.9 | 0 | 08/03/2026 |
| 25.2.8 | 0 | 06/10/2026 |
| 25.2.7 | 0 | 05/06/2026 |
| 25.2.6 | 2 | 04/10/2026 |
| 25.2.5 | 1 | 03/04/2026 |
| 25.2.4 | 1 | 08/21/2026 |
| 25.2.3 | 2 | 01/21/2026 |
| 25.1.13 | 0 | 07/31/2026 |
| 25.1.12 | 0 | 06/10/2026 |
| 25.1.11 | 0 | 05/05/2026 |
| 25.1.10 | 1 | 04/10/2026 |
| 25.1.9 | 1 | 03/04/2026 |
| 25.1.8 | 1 | 01/22/2026 |
| 25.1.7 | 2 | 01/22/2026 |
| 25.1.6 | 1 | 01/22/2026 |
| 25.1.5 | 1 | 01/22/2026 |
| 25.1.4 | 1 | 01/22/2026 |
| 25.1.3 | 13 | 09/02/2025 |
| 24.1.4 | 8 | 07/22/2024 |
| 24.1.3 | 7 | 07/24/2024 |
| 23.1.6 | 7 | 12/01/2023 |
| 23.1.3 | 8 | 07/04/2023 |
| 21.2.3 | 6 | 06/19/2023 |