Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / DropDownStyle Property
Example


In This Topic
    DropDownStyle Property
    In This Topic
    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;}
    Example
    This example sets the DropDownStyle property.
    See Also