Table of Contents

Interface IListItem

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public interface IListItem

Properties

ContextActionGroups

ICollection<ActionGroup> ContextActionGroups { get; set; }

Property Value

ICollection<ActionGroup>

GroupId

string GroupId { get; set; }

Property Value

string

Id

string Id { get; set; }

Property Value

string

PrimaryAction

ActionBase? PrimaryAction { get; set; }

Property Value

ActionBase

Selectable

bool Selectable { get; set; }

Property Value

bool

Selected

bool Selected { get; set; }

Property Value

bool
To top