C1.Win.Input.Base Namespace / C1TextBoxBase Class / AutoCompleteCustomSource Property

In This Topic
AutoCompleteCustomSource Property (C1TextBoxBase)
In This Topic
Gets or sets a custom System.Collections.Specialized.StringCollection to use when the AutoCompleteSource property is set to CustomSource.
Syntax
'Declaration
 
Public Overridable Property AutoCompleteCustomSource As AutoCompleteStringCollection
 
See Also