Class ChatCarouselMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ChatCarouselMessage : ChatMessage, INotifyPropertyChanged
Constructors
ChatCarouselMessage(IEnumerable<BaseChatCardDataItem>, Author, DateTime)
Declaration
public ChatCarouselMessage(IEnumerable<BaseChatCardDataItem> cards, Author author, DateTime timeStamp)
Parameters
System.Collections.Generic.IEnumerable<BaseChatCardDataItem>
cards
|
Author
author
|
System.DateTime
timeStamp
|
ChatCarouselMessage(IEnumerable<BaseChatCardDataItem>, Author, DateTime, Object)
Declaration
public ChatCarouselMessage(IEnumerable<BaseChatCardDataItem> cards, Author author, DateTime timeStamp, object userData)
Parameters
System.Collections.Generic.IEnumerable<BaseChatCardDataItem>
cards
|
Author
author
|
System.DateTime
timeStamp
|
System.Object
userData
|
Properties
Cards
Declaration
public IEnumerable<BaseChatCardDataItem> Cards { get; }
Property Value
System.Collections.Generic.IEnumerable<BaseChatCardDataItem>
|
ShowScrollBar
Declaration
public bool ShowScrollBar { get; set; }
Property Value
System.Boolean
|