Table of Contents

Class Section

Namespace
Dynamicweb.CoreUI.Layout
Assembly
Dynamicweb.CoreUI.dll
public sealed class Section : LayoutComponent<Group>, IRootComponent
Inheritance
Section
Implements
Inherited Members
Extension Methods

Properties

Groups

public IEnumerable<Group> Groups { get; }

Property Value

IEnumerable<Group>

Methods

GetComponentHierarchy()

protected override ICollection<Group> GetComponentHierarchy()

Returns

ICollection<Group>

SetComponentHierarchy(ICollection<Group>)

protected override void SetComponentHierarchy(ICollection<Group> components)

Parameters

components ICollection<Group>

WithGroup(Group)

public Section WithGroup(Group group)

Parameters

group Group

Returns

Section
To top