AllowNullValue (Boolean) |
Gets or sets a value indicating whether null values are allowed |
AutoFitDropDownList (Boolean) |
Gets or sets a value indicating whether the dropdown list autosizes to the greatest width of the visible items |
BorderColor (Color) |
Gets or sets the color of the border |
DataSource (Object) |
Gets or sets the data source associated with this control |
DisplayAllText (Boolean) |
Gets or sets the text for the ShowDisplayAllItem toggle checkbox |
DisplayMember (String) |
Gets or sets the name of the property associated with the displayed value of the combobox |
Font (Font) |
Gets or sets the font of the text displayed by the control |
ForceSelection (Boolean) |
Gets or sets a value indicating whether to force the end user to select an item before the control can lose focus |
ImageField (Boolean) |
Gets or sets the name of the property associated with the image to display in the dropdown list |
ItemHeight (Integer) |
Gets or sets the height of the item rows of the dropdown list |
Items (ListBox.ObjectCollection) |
Gets the items in the list |
LabelText (String) |
Gets or sets the label text associated with the control |
LimitToList (Boolean) |
Gets or sets a value indicating whether to limit the user to selecting a value from the list |
ListBorderColor (Color) |
Gets or sets the color of the dropdown list border |
ListBox (ListBox) |
Gest the listbox associated with this control |
ListSelectionBackColor (Color) |
Gets or sets the back color of the selected list item |
ListSelectionBorderColor (Color) |
Gets or sets the border color of the selected list item |
Locked (Boolean) |
Gets or sets a value indicating whether the ComboBox is locked from editing |
MaxListItems (Integer) |
Gets or sets the maximum number of items in the dropdown list |
SelectedIndex (Integer) |
Gets or sets the index of the selected item |
SelectedListItem (ListItem) |
Gets the selected list item |
SelectionBorderColor (Color) |
Gets or sets the color of the border when selected |
SelectionMode (SelectionMode) |
Gets or sets the selection mode |
ShowDisplayAllItem (Boolean) |
Gets or sets a value indicating whether to display a 'select all' toggle check box |
Text (String) |
Gets or sets the text displayed by the control |
UnderlyingTextBox (TextBox) |
Gets the underlying text box associated with the control |
Value (Object) |
Gets or sets the combobox's current value |
ValueMember (String) |
Gets or sets the name of the property associated with the bound value of the combobox |
VisibleItems (DataTable) |
Gets the items currently visible in the dropdown list |