Skip to main content
All docs
V25.2
  • DxAIChat.ShowHeader Property

    Specifies whether the AI Chat displays the header.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

    Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Blazor.Chat

    Declaration

    [Parameter]
    public bool ShowHeader { get; set; }

    Property Value

    Type Description
    Boolean

    true to display the header; otherwise, false.

    Remarks

    Set ShowHeader to true to display the header above the AI Chat component. The header contains the title text and Clear Chat button.

    <DxAIChat ShowHeader="true" />
    

    AI Chat Header

    Clear Chat Button

    The Clear Chat button removes all messages from the conversation history, except for system messages. This action cannot be undone.

    Clear AI Chat History

    The Clear Chat button is a part of the header. If you set ShowHeader to false, the button is not displayed.

    See Also