DxAIChat.HeaderText Property
Specifies the text displayed in the AI Chat header.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.2.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
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" />

See Also