FlexGrid for WinForms
AllowNull プロパティ (Column)

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > Column クラス : AllowNull プロパティ
非連結モードで Columnのセルが null を受け入れるか、null をデフォルト値に置き換えるかを取得または設定します。
シンタックス
'宣言
 
Public Property AllowNull As System.Boolean
public System.bool AllowNull {get; set;}
解説
このプロパティは、 RowCol.DataTypeプロパティの IsValueType メンバが True で System.String型の場合にのみ機能します。値を False に変更すると、 Columnのすべての null 値が 現在の RowCol.DataTypeのデフォルトに置き換えられます。
参照

Column クラス
Column メンバ