Spread for ASP.NET 12 Product Documentation
DropDownStyle Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : DropDownStyle Property
Gets or sets the drop down style of the combo box. Whether the combo box requires typed text to match an item in the list or allows new items to be created.
Syntax
'Declaration
 
Public Property DropDownStyle As AjaxControlToolkit.ComboBoxStyle
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim value As AjaxControlToolkit.ComboBoxStyle
 
instance.DropDownStyle = value
 
value = instance.DropDownStyle
public AjaxControlToolkit.ComboBoxStyle DropDownStyle {get; set;}
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members