AutoGenerateColumns Property (GcComboBoxCellType)
Gets or sets whether columns are created automatically when the
DataSource or
DataMember property is set.
public bool AutoGenerateColumns {get; set;}
'Declaration
Public Property AutoGenerateColumns As Boolean
'Usage
Dim instance As GcComboBoxCellType
Dim value As Boolean
instance.AutoGenerateColumns = value
value = instance.AutoGenerateColumns
Property Value
A
bool value,
true if the columns should be created automatically; otherwise,
false .
The default is
true.