Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / ItemInsertLocation Property
Example


In This Topic
    ItemInsertLocation Property
    In This Topic
    Gets or sets the insert location when inserting an item in the combo box list.
    Syntax
    'Declaration
     
    Public Property ItemInsertLocation As AjaxControlToolkit.ComboBoxItemInsertLocation
    'Usage
     
    Dim instance As AjaxComboBoxCellType
    Dim value As AjaxControlToolkit.ComboBoxItemInsertLocation
     
    instance.ItemInsertLocation = value
     
    value = instance.ItemInsertLocation
    public AjaxControlToolkit.ComboBoxItemInsertLocation ItemInsertLocation {get; set;}
    Example
    This example sets the ItemInsertLocation property.
    See Also