AutoGenerateColumns Property
AutoGenerateColumns
Gets or sets a value that indicates whether the columns are created automatically.
Declaration
public bool AutoGenerateColumns { get; set; }
Public Property AutoGenerateColumns As Boolean
Property Value
Type |
Description |
bool |
true if columns are created automatically; otherwise, false.
The registered default is true.
|