Class ListEditorViewModel<T>
- Namespace
- Dynamicweb.Content.Items.Rendering
- Assembly
- Dynamicweb.dll
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>
PageId
public int PageId { get; set; }
Property Value
- int
SelectedValue
public T? SelectedValue { get; set; }
Property Value
- T