Class ListBuilder
Inheritance
System.Object
ListBuilder
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ListBuilder : UserControlBase, IRenderSettings
Constructors
ListBuilder()
Declaration
Fields
Declaration
protected ToolButton addButton
Field Value
itemList
Declaration
protected HtmlSelect itemList
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlSelect |
|
Declaration
protected ToolButton removeButton
Field Value
Properties
DialogUrl
Declaration
public string DialogUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Items
Declaration
public string Items { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Implements
Extension Methods