Table of Contents

Class SectionExtensions

Namespace
Dynamicweb.CoreUI.Layout
Assembly
Dynamicweb.CoreUI.dll
public static class SectionExtensions
Inheritance
SectionExtensions
Inherited Members

Methods

AddGroup(Section, UiComponentBase, string?)

public static Group AddGroup(this Section section, UiComponentBase content, string? name = null)

Parameters

section Section
content UiComponentBase
name string

Returns

Group
To top