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

Represents a control that is used to display CarouselMessages.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class CarouselCard : Control

Inheritance: objectCarouselCard

Constructors

Initializes a new instance of the CarouselCard class.

C#
public CarouselCard()

Fields

SourceProperty

DependencyProperty

Identifies the Source dependency property.

C#
public static readonly DependencyProperty SourceProperty

Properties

Gets or sets Carousel's data source.

C#
public IEnumerable Source { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

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