Class ProductCard
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ProductCard : ImageCard
Constructors
ProductCard()
Declaration
public ProductCard()
Fields
PriceProperty
Identifies the Price dependency property.
Declaration
public static readonly DependencyProperty PriceProperty
Field Value
System.Windows.DependencyProperty
|
RatingItemsCountProperty
Identifies the RatingItemsCount dependency property.
Declaration
public static readonly DependencyProperty RatingItemsCountProperty
Field Value
System.Windows.DependencyProperty
|
RatingProperty
Identifies the Rating dependency property.
Declaration
public static readonly DependencyProperty RatingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Price
Gets or sets the formatted price.
Declaration
public string Price { get; set; }
Property Value
System.String
|
Rating
Gets or sets the rating of the product.
Declaration
public double Rating { get; set; }
Property Value
System.Double
|
RatingItemsCount
Gets or sets the number of rating items (stars).
Declaration
public int RatingItemsCount { get; set; }
Property Value
System.Int32
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|