Class ListEditorViewModel<T>
- Namespace
- Dynamicweb.Content.Items.Rendering
- Assembly
- Dynamicweb.dll
[Obsolete("Do not use")]
public class ListEditorViewModel<T> : ViewModelBase
Type Parameters
T
- Inheritance
-
ListEditorViewModel<T>
- Inherited Members
-
Properties
AreaId
public int AreaId { get; set; }
Property Value
- int
EditorId
public string EditorId { get; set; }
Property Value
- string
Items
public IList<ItemViewModel> Items { get; set; }
Property Value
- IList<ItemViewModel>
Options
public IList<ListItem> Options { get; set; }
Property Value
- IList<ListItem>
SelectedValue
public T SelectedValue { get; set; }
Property Value
- T