FlexGrid for WinForms
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
'Usage
 
Dim instance As IC1MultiColumnDictionary
Dim key As Object
Dim value As String
 
value = instance.GetDisplayValue(key)
string GetDisplayValue( 
   object key
)
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 System.Windows.Forms.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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IC1MultiColumnDictionary Interface
IC1MultiColumnDictionary Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback