Class FlightCard
Represents card control that is used to display FlightMessages.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class FlightCard : Control
Constructors
FlightCard()
Declaration
public FlightCard()
Fields
ActionResultsOrientationProperty
Identifies the ActionResultsOrientation dependency property.
Declaration
public static readonly DependencyProperty ActionResultsOrientationProperty
Field Value
System.Windows.DependencyProperty
|
FlightsProperty
Identifies the Flights dependency property.
Declaration
public static readonly DependencyProperty FlightsProperty
Field Value
System.Windows.DependencyProperty
|
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
System.Windows.DependencyProperty
|
PassengerNameProperty
Identifies the PassengerName dependency property.
Declaration
public static readonly DependencyProperty PassengerNameProperty
Field Value
System.Windows.DependencyProperty
|
TotalProperty
Identifies the Total dependency property.
Declaration
public static readonly DependencyProperty TotalProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ActionResultsOrientation
Gets or sets the orientation of action results list.
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Flights
Gets or sets a collection of the displayed flights.
Declaration
public IList<FlightInfo> Flights { get; set; }
Property Value
System.Collections.Generic.IList<FlightInfo>
|
ImageSource
Gets or sets the flight image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|
PassengerName
Gets or sets the name of the passenger.
Declaration
public string PassengerName { get; set; }
Property Value
System.String
|
Total
Gets or sets formatted total price.
Declaration
public string Total { get; set; }
Property Value
System.String
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|