Table of Contents

Class PanelLayout

Namespace
AbanoubNassem.Trinity.Layouts
Assembly
AbanoubNassem.Trinity.dll

A layout that arranges form components in a panel format.

public class PanelLayout : TrinityLayout<PanelLayout>, ITrinityLayout, ITrinityComponent, IHasSchema, IFormComponent
Inheritance
PanelLayout
Implements
Inherited Members

Constructors

PanelLayout(List<IFormComponent>, int?)

public PanelLayout(List<IFormComponent> schema, int? columns = null)

Parameters

schema List<IFormComponent>
columns int?

Properties

ComponentName

The component name in the front-end side.

public override string ComponentName { get; }

Property Value

string