RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridTextComboBoxCellProps..::..SelectedItem Property

Gets or sets the selected item.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  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);
}

Field Value

The selected item.