AIChatControl.ShowHeader Property
Gets or sets a value indicating whether the AI Chat displays the header. 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 |
|---|---|
| Boolean |
|
Remarks
The AIChatControl can display a header. This header contains a customizable chat title and the Clear Chat button (removes all messages from conversation history, except for system messages).

Use the ShowHeader option to display the chat header. The HeaderText property specifies the chat title.
Refer to the following help topic for additional information: AI Chat Control
See Also