TextComboBoxControlSetup..::..Items Property
Gets the combo box items.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: 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 (); }