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
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.SfChat.Wpf.dll
Syntax
public class HeaderItem : Object, 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 |