Class Row
- Namespace
- Dynamicweb.CoreUI.Lists.ListItems
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class Row : List<Cell>, IList<Cell>, ICollection<Cell>, IReadOnlyList<Cell>, IReadOnlyCollection<Cell>, IEnumerable<Cell>, IList, ICollection, IEnumerable, IListItem
- Inheritance
-
Row
- Implements
- Inherited Members
- Extension Methods
Properties
ContextActionGroups
public ICollection<ActionGroup> ContextActionGroups { get; set; }
Property Value
GroupId
public string GroupId { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
PrimaryAction
public ActionBase? PrimaryAction { get; set; }
Property Value
Selectable
public bool Selectable { get; set; }
Property Value
Selected
public bool Selected { get; set; }