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