Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the separator between controls to be rendered between each child control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.