| EditableListAutoGenerateColumns Property |
Gets or sets a value indicating whether columns are created automatically when the DataSource properties are set.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute(false)]
public virtual bool AutoGenerateColumns { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute(false)>
Public Overridable Property AutoGenerateColumns As Boolean
Get
Set
Property Value
Type:
Booleantrue if the columns should be created automatically; otherwise, false. The default is true.
Return Value
Type:
BooleanRemarks
Columns are automatically generated when this property is set to true and the DataSource properties are set or changed.
Columns can also be automatically generated when the AutoGenerateColumns property is changed from false to true.
See Also