AIChatControl.ErrorMessageBackground Property
Gets or sets the background brush for error messages. This is a dependency property.
Namespace: DevExpress.AIIntegration.Wpf.Chat
Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll
NuGet Package: DevExpress.AIIntegration.Wpf.Chat
Declaration
Property Value
| Type | Description |
|---|---|
| Brush | A |
Remarks
Use the ErrorMessageBackground property to specify the background color of error messages:
<dxaichat:AIChatControl x:Name="aiChatControl"
ErrorMessageBackground="LightCoral"
Margin="10">
</dxaichat:AIChatControl>

Refer to the following help topic for additional information: AI Chat Control
See Also