| 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; }
<BindableAttribute(true)>
Public Property DefaultValue As Object
Get
Set
Property Value
Type:
ObjectA value appropriate to the column's DataType.
Return Value
Type:
ObjectRemarks The default value for the column when new rows are created.
See Also