Skip to main content
All docs
V26.1
  • DxAIChat.HeaderText Property

    Specifies the text displayed in the AI Chat header.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

    Assembly: DevExpress.AIIntegration.Blazor.Chat.v26.1.dll

    Declaration

    [Parameter]
    public string HeaderText { get; set; }

    Property Value

    Type Description
    String

    The header text.

    Remarks

    Use the HeaderText property to specify the AI Chat header text. To display the header, enable the ShowHeader property.

    <DxAIChat ShowHeader="true"
              HeaderText="Chat with AI" />
    

    AI Chat Header

    See Also