Click or drag to resize

EditableListAddNewRowCaption Property

Gets or sets a caption for the Add new row button.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute("Click here to add a new row")]
public virtual string AddNewRowCaption { get; set; }

Property Value

Type: String
See Also