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

TextComboBoxControlSetup..::..Items Property

Gets the combo box items.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public List<TextComboBoxItem> Items { get; }
Public ReadOnly Property Items As List(Of TextComboBoxItem)
	Get
public:
property List<TextComboBoxItem^>^ Items {
	List<TextComboBoxItem^>^ get ();
}

Field Value

The combo box items.