Class GridLayout
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; }