DxAIChat.InputBoxNullText Property
Specifies the prompt text displayed in the AI Chat input box when it is empty.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v26.1.dll
Declaration
[Parameter]
public string InputBoxNullText { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The prompt text. |
Remarks
Use the InputBoxNullText property to display the prompt text in the AI Chat input box when it is empty.
If the property is not specified, the component uses the AIChat_InputPlaceholder localization string as the prompt text.
<DxAIChat InputBoxNullText="Ask me anything..." />

See Also