TimeZoneComboBox

Ecng.Xaml

Hereda de: ComboBox

Constructores

TimeZoneComboBox
public TimeZoneComboBox()
timeZoneComboBox = TimeZoneComboBox()

Propiedades

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

Métodos

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

Campos

SelectedTimeZoneProperty
public static readonly DependencyProperty SelectedTimeZoneProperty
value = TimeZoneComboBox.SelectedTimeZoneProperty