Interface IListEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
public interface IListEditor
Properties
Items
Gets or sets the list items.
IList<ListItem> Items { get; set; }
public interface IListEditor
Gets or sets the list items.
IList<ListItem> Items { get; set; }