TextComboBoxControl..::..SelectedItem Property
Gets or sets the selected item. This is a bind-able property.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public TextComboBoxItem SelectedItem { get; set; }
Public Property SelectedItem As TextComboBoxItem Get Set
public: property TextComboBoxItem^ SelectedItem { TextComboBoxItem^ get (); void set (TextComboBoxItem^ value); }