TimeZoneComboBox

Ecng.Xaml

Inherits: ComboBox

Constructors

TimeZoneComboBox
public TimeZoneComboBox()
timeZoneComboBox = TimeZoneComboBox()

Properties

SelectedTimeZone
public TimeZoneInfo SelectedTimeZone { get; set; }
value = timeZoneComboBox.SelectedTimeZone
timeZoneComboBox.SelectedTimeZone = value

Methods

OnSelectionChanged
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
timeZoneComboBox.OnSelectionChanged(e)

Fields

SelectedTimeZoneProperty
public static readonly DependencyProperty SelectedTimeZoneProperty
value = TimeZoneComboBox.SelectedTimeZoneProperty