usesDataSource
A Boolean value that indicates if the combo box uses an external data source to populate its pop-up list.
Declaration
var usesDataSource: Bool { get set }Discussion
When the value of this property is true, the combo box uses an external data source to populate its pop-up list; when it is false, the combo box uses an internal item list.