FlexPivot for WinForms
GetDisplayValue メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > IC1MultiColumnDictionary インターフェース : GetDisplayValue メソッド
Value to look up in the dictionary.
Gets the string that should be displayed in the grid while not in edit mode.
シンタックス
'宣言
 
Function GetDisplayValue( _
   ByVal key As System.Object _
) As System.String
System.string GetDisplayValue( 
   System.object key
)

パラメータ

key
Value to look up in the dictionary.

戻り値の型

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.
参照

IC1MultiColumnDictionary インターフェース
IC1MultiColumnDictionary メンバ