Interface IListEditor NamespaceDynamicweb.Content.Items.Editors AssemblyDynamicweb.dll public interface IListEditor Properties Items Gets or sets the list items. IList<ListItem> Items { get; set; } Property Value IList<ListItem>