Class
ChatMessageList

Represents control that displays inline messages by a set of authors.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class ChatMessageList : ItemsControl

Inheritance: objectChatMessageList

Constructors

ChatMessageList()

Initializes a new instance of the ChatMessageList class.

Declaration

cs-api-definition
public ChatMessageList()

Properties

MessageListTemplateSelector

Gets a DataTemplateSelector that assigns appropriate visual templates for the separate types of MessageListItems.

Declaration

cs-api-definition
protected MessageListTemplateSelector MessageListTemplateSelector { get; }

Property Value

MessageListTemplateSelector

ParentChat

Gets the parent chat.

Declaration

cs-api-definition
public RadChat ParentChat { get; }

Property Value

RadChat

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs