C1.Win.Input Namespace / C1ComboBox Class / AutoCompleteCustomSource Property

In This Topic
AutoCompleteCustomSource Property (C1ComboBox)
In This Topic
Gets or sets a custom System.Collections.Specialized.StringCollection to use when the C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteSource property is set to CustomSource.
Syntax
'Declaration
 
Public Overrides Property AutoCompleteCustomSource As AutoCompleteStringCollection
 
See Also