Class MessageListTemplateSelector
Represents data template selector for choosing appropriate templates for MessageList items.
Inheritance
System.Object
MessageListTemplateSelector
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class MessageListTemplateSelector : DataTemplateSelector
Constructors
MessageListTemplateSelector()
Declaration
public MessageListTemplateSelector()
Properties
MessageGroupTemplate
Gets the template associated with MessageGroup.
Declaration
public DataTemplate MessageGroupTemplate { get; }
Property Value
System.Windows.DataTemplate
|
TimeBreakTemplate
Gets the template associated with TimeBreak.
Declaration
public DataTemplate TimeBreakTemplate { get; }
Property Value
System.Windows.DataTemplate
|
Methods
SelectTemplate(Object, DependencyObject)
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.Object
item
|
System.Windows.DependencyObject
container
|
Returns
System.Windows.DataTemplate
|