Table of Contents

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

ICollection<ActionGroup>

GroupId

public string GroupId { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

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
To top