RepeatedControls.SeparatorHtml property

Represents the separator between controls to be rendered between each child control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property SeparatorHtml As String
    Get
    Set
'Usage
Dim instance As RepeatedControls
Dim value As String

value = instance.SeparatorHtml

instance.SeparatorHtml = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string SeparatorHtml { get; set; }

Property value

Type: System.String
A string containing the separator content between controls to be rendered between child controls.

See also

Reference

RepeatedControls class

RepeatedControls members

Microsoft.SharePoint.WebControls namespace