Class MessageGroupViewModel
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MessageGroupViewModel : MessageListItemViewModelBase, INotifyPropertyChanged
Constructors
MessageGroupViewModel(Author)
Properties
Alignment
Declaration
public override HorizontalAlignment Alignment { get; }
Property Value
Microsoft.
|
Overrides
Author
AvatarAlignment
CreationDate
Declaration
public virtual DateTime CreationDate { get; }
Property Value
System.
|
Messages
Declaration
public virtual ObservableItemCollection<InlineViewModel> Messages { get; }
Property Value
Methods
AddMessage(MessageBase)
GetCornerRadius(InlineViewModel)
Declaration
protected virtual CornerRadius GetCornerRadius(InlineViewModel message)
Parameters
Inline
|
Returns
Microsoft.
|
OnMessagesCollectionChanged(Object, NotifyCollectionChangedEventArgs)
Declaration
protected virtual void OnMessagesCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
System.
|
System.
|
OnMessagesItemChanged(Object, ItemChangedEventArgs<InlineViewModel>)
Declaration
protected virtual void OnMessagesItemChanged(object sender, ItemChangedEventArgs<InlineViewModel> e)
Parameters
System.
|
Item
|