Click or drag to resize

EditableListDataColumnDefaultValue Property

Gets or sets the default value for the column when you are creating new rows.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
public Object DefaultValue { get; set; }

Property Value

Type: Object
A value appropriate to the column's DataType.

Return Value

Type: Object
Remarks
The default value for the column when new rows are created.
See Also