Class TimeZoneComboBox
Inheritance
TimeZoneComboBox
Assembly: StockSharp.Xaml.dll
Syntax
public class TimeZoneComboBox : ComboBox
Constructors
TimeZoneComboBox()
Declaration
public TimeZoneComboBox()
Fields
SelectedTimeZoneProperty
Declaration
public static readonly DependencyProperty SelectedTimeZoneProperty
Field Value
Properties
SelectedTimeZone
Declaration
public TimeZoneInfo SelectedTimeZone { get; set; }
Property Value
Methods
OnSelectionChanged(SelectionChangedEventArgs)
Declaration
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
Extension Methods