FlexGrid for WPF
AllowCustomCells プロパティ (GridCellFactory)

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridCellFactory クラス : AllowCustomCells プロパティ
true に設定すると、GetCellKind(GridCellType,GridCellRange)CreateCell(GridCellType,GridCellRange,Object)BindCell(GridCellType,GridCellRange,GridCellView)、および UnbindCell(GridCellType,GridCellRange,GridCellView) の各メソッドが呼び出され、GridCellView を継承したセルのカスタマイズが可能になります。
シンタックス
'宣言
 
Public Property AllowCustomCells As System.Boolean
public System.bool AllowCustomCells {get; set;}
参照

GridCellFactory クラス
GridCellFactory メンバ