Table of Contents

Class EditScreenBase<TModel>.LayoutWrapper

Namespace
Dynamicweb.CoreUI.Screens
Assembly
Dynamicweb.CoreUI.dll
protected class EditScreenBase<TModel>.LayoutWrapper
Inheritance
EditScreenBase<TModel>.LayoutWrapper
Inherited Members

Constructors

LayoutWrapper(string)

public LayoutWrapper(string name)

Parameters

name string

LayoutWrapper(string, IEnumerable<UiComponentBase?>?)

public LayoutWrapper(string name, IEnumerable<UiComponentBase?>? components)

Parameters

name string
components IEnumerable<UiComponentBase>

Properties

Components

public IEnumerable<UiComponentBase?> Components { get; }

Property Value

IEnumerable<UiComponentBase>

Name

public string Name { get; }

Property Value

string
To top