[]
Gets or sets a custom AutoCompleteStringCollection to use when the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.AutoCompleteSource property is set to CustomSource.
public AutoCompleteStringCollection AutoCompleteCustomSource { get; set; }
Public Property AutoCompleteCustomSource As AutoCompleteStringCollection
Type | Description |
---|---|
AutoCompleteStringCollection | A AutoCompleteStringCollection to use with GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.AutoCompleteSource.
|
Use the AutoCompleteCustomSource, GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.AutoCompleteMode, and AutoCompleteSource properties to create a GrapeCity.Win.Spread.InputMan.CellType.GcTextBox that automatically completes the input string by comparing the prefix being entered to the prefixes of all strings in a maintained source. This is useful for TextBox controls in which URLs, addresses, file names, or commands are frequently entered.
The use of the AutoCompleteCustomSource property is optional, but you must set the AutoCompleteSource property to CustomSource in order to use AutoCompleteCustomSource.
You must use the AutoCompleteMode and AutoCompleteSource properties together.