Hide

YetaWF Documentation

Display
Print

ListOfStrings Component

ListOfStrings (Display)

Renders a list of strings, joined using the specified delimiter.

Model Type: System.Collections.Generic.List<string>

AdditionalMetadata Attributes

NameTypeDefaultDescription
Delimiterstring,Defines the delimiter used between the strings as they are rendered. The default is ", ". The delimiter can consist of HTML tags.
[Category("Variables"), Caption("Panes"), Description("The panes defined by the page skin")]
[UIHint("ListOfStrings"), ReadOnly]
public List<string> Panes { get; set; }