Table of Contents

Class GridLayout

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

A layout that arranges form components in a grid format.

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

Constructors

GridLayout(List<IFormComponent>)

public GridLayout(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