Skip to main content
All docs
V24.2

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

DevExpress.AIIntegration.Blazor.RichEdit Namespace

Implements AI-powered extension functionality for the DxRichEdit component.

Assembly: DevExpress.AIIntegration.Blazor.RichEdit.v24.2.dll

NuGet Package: DevExpress.AIIntegration.Blazor.RichEdit

#Classes

Name Description
AskAssistantAIContextMenuItem A context menu item that allows user to process editor text according to a custom prompt.
BaseAIContextMenuItem Implements the base functionality of AI-powered context menu items.
ChangeStyleAIContextMenuItem A context menu item that rewrites text using a specified style.
ChangeToneAIContextMenuItem A context menu item that rewrites the editor text using a specified tone.
ExpandAIContextMenuItem A context menu item that expands the editor text.
ExplainAIContextMenuItem A context menu item that explains the editor text.
GenerateDescriptionAIContextMenuItem A context menu item that generates the description for an image.
ProofreadAIContextMenuItem A context menu item that proofreads the editor text.
ShortenAIContextMenuItem A context menu item that shortens the editor text.
SummarizeAIContextMenuItem A context menu item that summarizes the editor text.
TranslateAIContextMenuItem A context menu item that translates editor text into the specified language.