AIChatControl.PromptSuggestionContentTemplate Property
Gets or sets a template used to display prompt suggestion content. This is a dependency property.
Namespace: DevExpress.AIIntegration.Wpf.Chat
Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll
NuGet Package: DevExpress.AIIntegration.Wpf.Chat
Declaration
Property Value
| Type | Description |
|---|---|
| RenderFragment<IPromptSuggestion> | The prompt suggestion content. |
Remarks
Use the PromptSuggestionContentTemplate property to display any render fragment in a prompt suggestion (hint bubble). This template does not affect default bubble rendering, such as paddings or inner content alignment.
Refer to the following help topic for additional information: AI Chat Control
See Also