Class ListMessage
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ListMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IOverlayMessage, IInlineMessage, IPopupMessage
Constructors
ListMessage(MessageDisplayPosition, Author, IEnumerable, ListViewSelectionMode, DateTime)
Declaration
public ListMessage(MessageDisplayPosition displayPosition, Author author, IEnumerable source, ListViewSelectionMode selectionMode, DateTime creationDate = null)
Parameters
Message
|
Author
author
|
System.
|
Microsoft.
|
System.
|
ListMessage(MessageDisplayPosition, Author, IEnumerable, DateTime)
Declaration
public ListMessage(MessageDisplayPosition displayPosition, Author author, IEnumerable source, DateTime creationDate = null)
Parameters
Message
|
Author
author
|
System.
|
System.
|
Properties
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
InlineViewModel
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
OverlayViewModel
Declaration
public OverlayViewModel OverlayViewModel { get; }
Property Value
Implements
PopupViewModel
Declaration
public PopupViewModel PopupViewModel { get; }
Property Value
Implements
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedItem
Declaration
[ReportResult]
public object SelectedItem { get; set; }
Property Value
System.
|
SelectionChangedCommand
Declaration
public ICommand SelectionChangedCommand { get; set; }
Property Value
System.
|
SelectionMode
Declaration
public ListViewSelectionMode SelectionMode { get; set; }
Property Value
Microsoft.
|
Source
Declaration
public IEnumerable Source { get; set; }
Property Value
System.
|