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.HtmlEditor Namespace

Implements AI-powered extension functionality for the DxHtmlEditor component.

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

NuGet Package: DevExpress.AIIntegration.Blazor.HtmlEditor

#Classes

Name Description
AskAssistantAIToolbarItem A toolbar item that allows user to process editor text according to a custom prompt.
BaseAIToolbarItem Implements the base functionality of AI-powered toolbar items.
ChangeStyleAIToolbarItem A toolbar item that rewrites text using a specified style.
ChangeToneAIToolbarItem A toolbar item that rewrites the editor text using a specified tone.
ExpandAIToolbarItem A toolbar item that expands the editor text.
ExplainAIToolbarItem A toolbar item that explains the editor text.
ProofreadAIToolbarItem A toolbar item that proofreads the editor text.
ShortenAIToolbarItem A toolbar item that shortens the editor text.
SummarizeAIToolbarItem A toolbar item that summarizes the editor text.
TranslateAIToolbarItem A toolbar item that translates editor text into the specified language.