FlexPivot for WinForms
DataMap プロパティ (RowCol)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCol クラス : DataMap プロパティ
Gets or sets an System.Collections.IDictionary object used to translate data values into display values for this row or column.
シンタックス
'宣言
 
Public Property DataMap As System.Collections.IDictionary
public System.Collections.IDictionary DataMap {get; set;}
解説

The DataMap property allows you to implement "translated" rows or columns. In translated rows or columns, the grid does not display the values stored in the cells. Instead, it looks up those values in the column's DataMap and displays the mapped value.

The grid also uses the DataMap value to populate drop-down lists when the column is editable.

Note that the DataMap property has no effect when the ComboList property is also set. Using both properties on a single row or column is legal, but it effectively disables the DataMap.

参照

RowCol クラス
RowCol メンバ