Enum ToolBarItemType
Represents the types of toolbar items available in the SfAIAssistView control.
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.SfChat.Wpf.dll
Syntax
public enum ToolBarItemType
Fields
| Name | Description |
|---|---|
| Copy | Represents a toolbar item that copies content to the clipboard. |
| Custom | Represents a custom toolbar item defined by the user. |
| Dislike | Represents a toolbar item used to indicate a negative response or feedback (dislike). |
| Like | Represents a toolbar item used to indicate a positive response or feedback (like). |
| Regenerate | Represents a toolbar item that triggers regeneration of content. |