Spread for ASP.NET 12 Product Documentation
AutoCompleteMode Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : AutoCompleteMode Property
Gets or sets the automatic completion mode of the combo box. Whether the combo box auto-completes by suggesting an item in the list while typing or appending matches as the user types.
Syntax
'Declaration
 
Public Property AutoCompleteMode As AjaxControlToolkit.ComboBoxAutoCompleteMode
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim value As AjaxControlToolkit.ComboBoxAutoCompleteMode
 
instance.AutoCompleteMode = value
 
value = instance.AutoCompleteMode
public AjaxControlToolkit.ComboBoxAutoCompleteMode AutoCompleteMode {get; set;}
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members