RunInDelimiter Property (RenderIndex)
In This Topic
Gets or sets a string used to delimit entries when a run-in (see
RunIn) index is generated by the current
RenderIndex.
The default is ";" (semicolon).
Syntax
'Declaration
Public Property RunInDelimiter As String
public string RunInDelimiter {get; set;}
See Also