[]
Gets or sets whether columns are created automatically when the DataSource or DataMember property is set.
[Browsable(false)]
public bool AutoGenerateColumns { get; set; }
<Browsable(False)>
Public Property AutoGenerateColumns As Boolean
Type | Description |
---|---|
bool | Abool value, true if the columns should be created automatically; otherwise,false .
|
When the user binds a source to DataMember, columns are automatically generated in the drop-down list based on the data source.