DataEntryGridTextComboBoxCellProps..::..SelectedItem Property
Gets or sets the selected item.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public TextComboBoxItem SelectedItem { get; set; }
Public Property SelectedItem As TextComboBoxItem Get Set
public: property TextComboBoxItem^ SelectedItem { TextComboBoxItem^ get (); void set (TextComboBoxItem^ value); }