Summary description for SalTableColumn.
The SalTableColumn..::..CellComboBox type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds one item to the combobox.
|
![]() | AddRange |
Adds a collection of items to the combobox.
|
![]() | Clear |
Removes all items.
|
![]() | Delete |
Deletes the item at the specified index.
|
![]() | Equals |
Compares this object with another instance of the same class.
Only serializable members are compared.
(Overrides Object..::..Equals(Object).) |
![]() | Find |
Returns the index of the item.
|
![]() | FindString |
Finds the string in the combo list for dropdown columns.
|
![]() | FindStringExact |
Finds the string in the combo list for dropdown columns.
|
![]() | GetHashCode | (Overrides Object..::..GetHashCode()()()().) |
![]() | Insert |
Inserts a new item at the position specified.
|
Properties
Name | Description | |
---|---|---|
![]() | DropDownStyle |
Controls the appearance and functionality of the combo box.
|
![]() | Item |
Indexer to the combo's items collection.
|
![]() | Items |
The items in the combo box.
|
![]() | SelectedIndex |
Returs/sets the selected index in the combobox if the cell is a dropdown cell.
|
![]() | SelectedItem |
Returs/sets the selected item in the combobox if the cell is a dropdown cell.
|
![]() | Sorted |
Indicates whether the content of the list is sorted.
|
![]() | TabStops |
Returns/Sets the tab stops values to set for the combobox.
|