New to Telerik UI for WPFStart a free 30-day trial

Definition

Constructors

C#
public ProductCard()

Fields

PriceProperty

DependencyProperty

Identifies the Price dependency property.

C#
public static readonly DependencyProperty PriceProperty

RatingItemsCountProperty

DependencyProperty

Identifies the RatingItemsCount dependency property.

C#
public static readonly DependencyProperty RatingItemsCountProperty

RatingProperty

DependencyProperty

Identifies the Rating dependency property.

C#
public static readonly DependencyProperty RatingProperty

Properties

Gets or sets the formatted price.

C#
public string Price { get; set; }

Gets or sets the rating of the product.

C#
public double Rating { get; set; }

Gets or sets the number of rating items (stars).

C#
public int RatingItemsCount { get; set; }

Methods

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: ImageCard.OnCreateAutomationPeer()

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Overrides: ImageCard.OnInitialized(EventArgs)