| 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; }
<BindableAttribute(true)>
<DefaultValueAttribute("Click here to add a new row")>
Public Overridable Property AddNewRowCaption As String
Get
Set
Property Value
Type:
StringSee Also