Class
FlightCard

Represents card control that is used to display FlightMessages.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class FlightCard : Control

Inheritance: objectFlightCard

Constructors

FlightCard()

Declaration

cs-api-definition
public FlightCard()

Fields

ActionResultsOrientationProperty

Identifies the ActionResultsOrientation dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActionResultsOrientationProperty

Field Value

DependencyProperty

FlightsProperty

Identifies the Flights dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FlightsProperty

Field Value

DependencyProperty

ImageSourceProperty

Identifies the ImageSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ImageSourceProperty

Field Value

DependencyProperty

PassengerNameProperty

Identifies the PassengerName dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PassengerNameProperty

Field Value

DependencyProperty

TotalProperty

Identifies the Total dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TotalProperty

Field Value

DependencyProperty

Properties

ActionResultsOrientation

Gets or sets the orientation of action results list.

Declaration

cs-api-definition
public Orientation ActionResultsOrientation { get; set; }

Property Value

Orientation

Flights

Gets or sets a collection of the displayed flights.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<FlightInfo> Flights { get; set; }

Property Value

IList<FlightInfo>

ImageSource

Gets or sets the flight image source.

Declaration

cs-api-definition
public ImageSource ImageSource { get; set; }

Property Value

ImageSource

PassengerName

Gets or sets the name of the passenger.

Declaration

cs-api-definition
public string PassengerName { get; set; }

Property Value

string

Total

Gets or sets formatted total price.

Declaration

cs-api-definition
public string Total { get; set; }

Property Value

string

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs