Table of Contents

Class FieldsetLayout

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

A layout that arranges form components in a fieldset format.

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

Constructors

FieldsetLayout(List<IFormComponent>)

public FieldsetLayout(List<IFormComponent> schema)

Parameters

schema List<IFormComponent>

Properties

ComponentName

The component name in the front-end side.

public override string ComponentName { get; }

Property Value

string

Label

the displayable label of the component.

public override string Label { get; protected set; }

Property Value

string