[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.AutoGenerateColumns

AutoGenerateColumns Property

AutoGenerateColumns

Gets or sets whether columns are created automatically when the DataSource or DataMember property is set.

Declaration
[Browsable(false)]
public bool AutoGenerateColumns { get; set; }
<Browsable(False)>
Public Property AutoGenerateColumns As Boolean
Property Value
Type Description
bool

Abool value, true if the columns should be created automatically; otherwise,false .
The default is true.

Remarks

When the user binds a source to DataMember, columns are automatically generated in the drop-down list based on the data source.