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

Represents card message type that displays information about flights.

Definition

Constructors

Initializes a new instance of the FlightCardMessage class.

C#
public FlightCardMessage(Author author, DateTime creationDate = default)
Parameters:authorAuthorcreationDateDateTime

Properties

Gets or sets the orientation of action results list.

C#
public Orientation ActionResultsOrientation { get; set; }

Gets a collection of the displayed flights.

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

ImageSource

ImageSource

Gets or sets the flight icon image.

C#
public ImageSource ImageSource { get; set; }

Gets the InlineViewModel.

C#
public InlineViewModel InlineViewModel { get; }

Implements: IInlineMessage.InlineViewModel

Gets or sets the name of the passenger.

C#
public string PassengerName { get; set; }

Gets or sets the formatted total price.

C#
public string Total { get; set; }