blazor-devexpress-dot-aiintegration-dot-blazor-dot-htmleditor-2abdf8b4.md
Implements the base functionality of AI-powered toolbar items.
Namespace : DevExpress.AIIntegration.Blazor.HtmlEditor
Assembly : DevExpress.AIIntegration.Blazor.HtmlEditor.v25.2.dll
NuGet Package : DevExpress.AIIntegration.Blazor.HtmlEditor
public abstract class BaseAIToolbarItem :
BasePopupItem
Use the BaseAIToolbarItem class to implement a custom AI-powered toolbar item.
Create the BaseAIToolbarItem class successor. Specify its text and specify a custom prompt.
Add the new item to the Extensions collection.
View Example: Rich Text Editor and HTML Editor for Blazor - How to integrate AI-powered extensions
Show 13 items
Object ComponentBase DevExpress.AIIntegration.Blazor.Internal.BasePopupItem BaseAIToolbarItem AskAssistantAIToolbarItem
See Also