Skip to main content
All docs
V26.1
  • 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

    public RenderFragment<IPromptSuggestion> PromptSuggestionContentTemplate { get; set; }

    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.

    Run Demo: AI Chat Control View Example: AI Chat

    Refer to the following help topic for additional information: AI Chat Control

    See Also