Class Thumbnail
- Namespace
- Dynamicweb.CoreUI.Lists.ListItems
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class Thumbnail : IListItem
- Inheritance
-
Thumbnail
- Implements
-
- Inherited Members
-
Properties
ContextActionGroups
public ICollection<ActionGroup> ContextActionGroups { get; set; }
Property Value
- ICollection<ActionGroup>
GroupId
public string GroupId { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
Image
public Cell? Image { get; set; }
Property Value
- Cell
Label
public Cell? Label { get; set; }
Property Value
- Cell
PrimaryAction
public ActionBase? PrimaryAction { get; set; }
Property Value
- ActionBase
Selectable
public bool Selectable { get; set; }
Property Value
- bool
Selected
public bool Selected { get; set; }
Property Value
- bool
public Cell? SystemInformation { get; set; }
Property Value
- Cell
public Cell? SystemInformationDateStamp { get; set; }
Property Value
- Cell