Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The AutoCompleteMode property is an enumeration that allows you to specify how the auto complete will work, and the AutoCompleteSource is a collection (IList, array, etc.) of strings that should be in the auto-complete. If you want the AutoCompleteSource to come from the database, then you'll need to create a method on your business object that will create and return a collection of objects, which can then be set as the AutoCompleteSource of the combo box.
|