FlexPivot for WinForms
AutoGenerateColumns プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : AutoGenerateColumns プロパティ
Gets or sets whether columns are automatically created when the grid is bound to a data source.
シンタックス
'宣言
 
Public Property AutoGenerateColumns As System.Boolean
public System.bool AutoGenerateColumns {get; set;}
解説
By default, assigning a new DataSource to the grid resets the column collection to reflect the data source schema. If you set AutoGenerateColumns to false, the existing column layout will be preserved.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ