menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderItem - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderItem

    Represents a header item of a message in the assistview control, including author information, timestamp, and header template.

    Inheritance
    System.Object
    HeaderItem
    Implements
    IMessage
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Chat
    Assembly: Syncfusion.SfChat.Wpf.dll
    Syntax
    public class HeaderItem : IMessage

    Constructors

    HeaderItem()

    Declaration
    public HeaderItem()

    Properties

    Author

    Gets or sets the author of the header item.

    Declaration
    public Author Author { get; set; }
    Property Value
    Type
    Author

    DateTime

    Gets or sets the date and time associated with the header item.

    Declaration
    public DateTime DateTime { get; set; }
    Property Value
    Type
    System.DateTime

    HeaderTemplate

    Gets or sets the DataTemplate used to render the header.

    Declaration
    public DataTemplate HeaderTemplate { get; set; }
    Property Value
    Type
    System.Windows.DataTemplate

    Implements

    IMessage
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved