Class ChatProductCardDataItem
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 ChatProductCardDataItem : BaseChatCardDataItem, INotifyPropertyChanged
Constructors
ChatProductCardDataItem(Image, String, String, String, String, IEnumerable<ChatCardAction>, Object)
Declaration
public ChatProductCardDataItem(Image image, string title, string rating, string subtitle, string price, IEnumerable<ChatCardAction> actions, object userData)
Parameters
System.Drawing.Image
image
|
System.String
title
|
System.String
rating
|
System.String
subtitle
|
System.String
price
|
System.Collections.Generic.IEnumerable<ChatCardAction>
actions
|
System.Object
userData
|
Properties
Actions
Declaration
public IEnumerable<ChatCardAction> Actions { get; set; }
Property Value
System.Collections.Generic.IEnumerable<ChatCardAction>
|
Image
Declaration
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
Price
Declaration
public string Price { get; set; }
Property Value
System.String
|
Rating
Declaration
public string Rating { get; set; }
Property Value
System.String
|
Subtitle
Declaration
public string Subtitle { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|