[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.IC1MultiColumnDictionary.GetDisplayValue

GetDisplayValue Method

GetDisplayValue(object)

Gets the string that should be displayed in the grid while not in edit mode.

Declaration
string GetDisplayValue(object key)
Parameters
Type Name Description
object key

Value to look up in the dictionary.

Returns
Type Description
string

The string that should be displayed in the grid while not in edit mode.

Remarks

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.