Table of Contents

Class ListItemGroup

Namespace
Dynamicweb.CoreUI.Lists.ListItems
Assembly
Dynamicweb.CoreUI.dll
public sealed class ListItemGroup
Inheritance
ListItemGroup
Inherited Members

Properties

ContextActions

public ICollection<ActionNode> ContextActions { get; set; }

Property Value

ICollection<ActionNode>

Depth

public int Depth { get; set; }

Property Value

int

Headers

public IDictionary<string, Cell>? Headers { get; set; }

Property Value

IDictionary<string, Cell>

Id

public string Id { get; set; }

Property Value

string

Info

public string Info { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

ShowIfEmpty

public bool ShowIfEmpty { get; set; }

Property Value

bool

Methods

GetListItems(IEnumerable<IListItem>)

public IEnumerable<IListItem> GetListItems(IEnumerable<IListItem> items)

Parameters

items IEnumerable<IListItem>

Returns

IEnumerable<IListItem>
To top