Table of Contents

Class TemplatedList

Namespace
Dynamicweb.CoreUI.Editors.Lists
Assembly
Dynamicweb.CoreUI.dll
public sealed class TemplatedList : ListBase
Inheritance
TemplatedList
Inherited Members
Extension Methods

Constructors

TemplatedList(Func<ListBase, string>)

public TemplatedList(Func<ListBase, string> renderer)

Parameters

renderer Func<ListBase, string>

Properties

IsMultiValue

public bool IsMultiValue { get; set; }

Property Value

bool

Methods

Render()

public string Render()

Returns

string
To top