Back to Devexpress

BaseAIToolbarItem Class

blazor-devexpress-dot-aiintegration-dot-blazor-dot-htmleditor-2abdf8b4.md

latest2.7 KB
Original Source

BaseAIToolbarItem Class

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

Declaration

csharp
public abstract class BaseAIToolbarItem :
    BasePopupItem

Remarks

Use the BaseAIToolbarItem class to implement a custom AI-powered toolbar item.

  1. Create the BaseAIToolbarItem class successor. Specify its text and specify a custom prompt.

  2. Add the new item to the Extensions collection.

View Example: Rich Text Editor and HTML Editor for Blazor - How to integrate AI-powered extensions

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inheritance

Show 13 items

Object ComponentBase DevExpress.AIIntegration.Blazor.Internal.BasePopupItem BaseAIToolbarItem AskAssistantAIToolbarItem

ChangeStyleAIToolbarItem

ChangeToneAIToolbarItem

ExpandAIToolbarItem

ExplainAIToolbarItem

ProofreadAIToolbarItem

ShortenAIToolbarItem

SummarizeAIToolbarItem

TranslateAIToolbarItem

See Also

BaseAIToolbarItem Members

DevExpress.AIIntegration.Blazor.HtmlEditor Namespace