Summary description for SalTableColumn.

The SalTableColumn..::..CellComboBox type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds one item to the combobox.
Public methodAddRange
Adds a collection of items to the combobox.
Public methodClear
Removes all items.
Public methodDelete
Deletes the item at the specified index.
Public methodEquals
Compares this object with another instance of the same class. Only serializable members are compared.
(Overrides Object..::..Equals(Object).)
Public methodFind
Returns the index of the item.
Public methodFindString
Finds the string in the combo list for dropdown columns.
Public methodFindStringExact
Finds the string in the combo list for dropdown columns.
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodInsert
Inserts a new item at the position specified.

Properties

  NameDescription
Public propertyDropDownStyle
Controls the appearance and functionality of the combo box.
Public propertyItem
Indexer to the combo's items collection.
Public propertyItems
The items in the combo box.
Public propertySelectedIndex
Returs/sets the selected index in the combobox if the cell is a dropdown cell.
Public propertySelectedItem
Returs/sets the selected item in the combobox if the cell is a dropdown cell.
Public propertySorted
Indicates whether the content of the list is sorted.
Public propertyTabStops
Returns/Sets the tab stops values to set for the combobox.

See Also