Class
ChatCarouselMessage

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ChatCarouselMessage : ChatMessage, INotifyPropertyChanged

Inheritance: objectChatMessageChatCarouselMessage

Implements: INotifyPropertyChanged

Inherited Members ChatMessage.OnPropertyChanged(string)ChatMessage.AuthorChatMessage.TimeStampChatMessage.UserDataChatMessage.PropertyChanged

Constructors

ChatCarouselMessage(IEnumerable<BaseChatCardDataItem>, Author, DateTime)

Declaration

cs-api-definition
public ChatCarouselMessage(IEnumerable<BaseChatCardDataItem> cards, Author author, DateTime timeStamp)

Parameters

cards

IEnumerable<BaseChatCardDataItem>

author

Author

timeStamp

DateTime

ChatCarouselMessage(IEnumerable<BaseChatCardDataItem>, Author, DateTime, object)

Declaration

cs-api-definition
public ChatCarouselMessage(IEnumerable<BaseChatCardDataItem> cards, Author author, DateTime timeStamp, object userData)

Parameters

cards

IEnumerable<BaseChatCardDataItem>

author

Author

timeStamp

DateTime

userData

object

Properties

Cards

Declaration

cs-api-definition
public IEnumerable<BaseChatCardDataItem> Cards { get; }

Property Value

IEnumerable<BaseChatCardDataItem>

ShowScrollBar

Declaration

cs-api-definition
public bool ShowScrollBar { get; set; }

Property Value

bool