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

Represents card control that is used to display FlightMessages.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class FlightCard : Control

Inheritance: objectFlightCard

Constructors

C#
public FlightCard()

Fields

Identifies the ActionResultsOrientation dependency property.

C#
public static readonly DependencyProperty ActionResultsOrientationProperty

FlightsProperty

DependencyProperty

Identifies the Flights dependency property.

C#
public static readonly DependencyProperty FlightsProperty

ImageSourceProperty

DependencyProperty

Identifies the ImageSource dependency property.

C#
public static readonly DependencyProperty ImageSourceProperty

PassengerNameProperty

DependencyProperty

Identifies the PassengerName dependency property.

C#
public static readonly DependencyProperty PassengerNameProperty

TotalProperty

DependencyProperty

Identifies the Total dependency property.

C#
public static readonly DependencyProperty TotalProperty

Properties

Gets or sets the orientation of action results list.

C#
public Orientation ActionResultsOrientation { get; set; }

Gets or sets a collection of the displayed flights.

C#
public IList<FlightInfo> Flights { get; set; }

ImageSource

ImageSource

Gets or sets the flight image source.

C#
public ImageSource ImageSource { get; set; }

Gets or sets the name of the passenger.

C#
public string PassengerName { get; set; }

Gets or sets formatted total price.

C#
public string Total { get; set; }

Methods

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

AutomationPeer

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