Hide

YetaWF Documentation

Display
Print

ListOfStringsPre Component

ListOfStringsPre (Display)

Renders a list of strings within <pre> ... </pre> tags. Each string is on its own line within the tags.

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

[Category("Variables"), Caption("Panes"), Description("The panes defined by the page skin")]
[UIHint("ListOfStringsPre"), ReadOnly]
public List<string> Panes { get; set; }