[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.AutoGenerateColumns

AutoGenerateColumns Property

AutoGenerateColumns

Gets or sets whether columns are automatically created when the grid is bound to a data source.

Declaration
public bool AutoGenerateColumns { get; set; }
Remarks

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.