ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IC1MultiColumnDictionary Interface / GetDisplayValue Method
Value to look up in the dictionary.

In This Topic
    GetDisplayValue Method (IC1MultiColumnDictionary)
    In This Topic
    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