Click or drag to resize

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; }

Property Value

Type: Boolean
true if the columns should be created automatically; otherwise, false. The default is true.

Return Value

Type: Boolean
Remarks
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