[]
Gets the string that should be displayed in the grid while not in edit mode.
string GetDisplayValue(object key)
Type | Name | Description |
---|---|---|
object | key | Value to look up in the dictionary. |
Type | Description |
---|---|
string | The string that should be displayed in the grid while not in edit mode. |
When the IC1MultiColumnDictionary is used to populate a ComboBox, all columns are displayed when the combo is dropped down. When the combo is closed, only one column can be displayed. This method returns that value.