Skip to main content
All docs
V26.1
  • 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

    public bool ShowHeader { get; set; }

    Property Value

    Type Description
    Boolean

    true to display the header; otherwise, false.

    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).

    Title and Clear Chat Button - WPF AIChatControl, DevExpress

    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