DxAIChat.EmptyMessageAreaText Property
Specifies the text displayed in the AI Chat message area when it contains no messages.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v26.1.dll
Declaration
[Parameter]
public string EmptyMessageAreaText { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The empty message area text. |
Remarks
Use the EmptyMessageAreaText property to specify the text displayed in the AI Chat message area when it contains no messages.
If the property is not specified, the component uses the AIChat_EmptyText localization string as the empty message area text.
<DxAIChat EmptyMessageAreaText="How can I help you today?" />

See Also