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