ClassProductCard
Class
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class ProductCard : ImageCard
Inheritance: objectCardImageCardProductCard
Inherited Members
Constructors
ProductCard()
Declaration
cs-api-definition
public ProductCard()
Fields
PriceProperty
Identifies the Price dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty PriceProperty
Field Value
DependencyProperty
RatingItemsCountProperty
Identifies the RatingItemsCount dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty RatingItemsCountProperty
Field Value
DependencyProperty
RatingProperty
Identifies the Rating dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty RatingProperty
Field Value
DependencyProperty
Properties
Price
Gets or sets the formatted price.
Rating
Gets or sets the rating of the product.
RatingItemsCount
Gets or sets the number of rating items (stars).
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
Overrides