| Visual Basic (Declaration) | |
|---|---|
Public Property AutoCreateColumns As Boolean | |
| C# | |
|---|---|
public bool AutoCreateColumns {get; set;} | |
Return Value
true if the columns of the detail are automatically created; false otherwise. By default, false.Cell editors need to be explicitly provided for each column in order to support insertion when AutoCreateColumns is set to false (see Column.CellEditor property).
Supported Frameworks: Microsoft .NET Framework version 3.5