TimeZoneComboBox

Ecng.Xaml

Erbt von: ComboBox

Konstruktoren

TimeZoneComboBox
public TimeZoneComboBox()
timeZoneComboBox = TimeZoneComboBox()

Eigenschaften

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

Methoden

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

Felder

SelectedTimeZoneProperty
public static readonly DependencyProperty SelectedTimeZoneProperty
value = TimeZoneComboBox.SelectedTimeZoneProperty