Class FlightCardAirportInfo
Inheritance
System.Object
FlightCardAirportInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FlightCardAirportInfo : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
FlightCardAirportInfo(String, String, String, String)
Declaration
public FlightCardAirportInfo(string city, string airport, string date, string time)
Parameters
System.String
city
|
System.String
airport
|
System.String
date
|
System.String
time
|
Properties
AirportElement
Declaration
public LightVisualElement AirportElement { get; set; }
Property Value
LightVisualElement
|
CityElement
DateElement
StackElement
TimeElement
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()