ClassFlightInfo
Class
Represents information about a flight for the means of FlightCard.
Definition
Namespace:Telerik.UI.Xaml.Controls.ConversationalUI
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class FlightInfo
Inheritance: objectFlightInfo
Constructors
FlightInfo()
Declaration
cs-api-definition
public FlightInfo()
Properties
ArrivalAirport
Gets or sets the name of the arrival airport.
ArrivalCity
Gets or sets the name of the arrival city.
ArrivalDateTime
Gets or sets the time of arrival.
DepartureAirport
Gets or sets the name of the departure airport.
DepartureCity
Gets or sets the name of the departure city .
DepartureDateTime
Gets or sets the time of departure.
Declaration
cs-api-definition
public DateTime DepartureDateTime { get; set; }
Property Value
ImageSource
Gets or sets the image of the flight. By default, the ImageSource of the FlightCardMessage is internally set.
Declaration
cs-api-definition
public ImageSource ImageSource { get; set; }
Property Value
ImageSource