ComponentOne FlexGrid for WinForms
GetDisplayValue Method

C1.Win.C1FlexGrid Namespace > IC1MultiColumnDictionary Interface : GetDisplayValue Method
Value to look up in the dictionary.
Gets the string that should be displayed in the grid while not in edit mode.
Syntax
'Declaration
 
Function GetDisplayValue( _
   ByVal key As Object _
) As String
string GetDisplayValue( 
   object key
)

Parameters

key
Value to look up in the dictionary.

Return Value

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.
See Also

Reference

IC1MultiColumnDictionary Interface
IC1MultiColumnDictionary Members