Back to Devexpress

DxAIChat.HeaderText Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-dxaichat-dd1c91d2.md

latest1.2 KB
Original Source

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

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

Property Value

TypeDescription
String

The header text.

|

Remarks

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

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

See Also

DxAIChat Class

DxAIChat Members

DevExpress.AIIntegration.Blazor.Chat Namespace