Class Tab
A layout that arranges form components in a tab format.
public class Tab : TrinityLayout<Tab>, ITrinityLayout, ITrinityComponent, IHasSchema, IFormComponent
- Inheritance
-
Tab
- Implements
- Inherited Members
Constructors
Tab(string, List<IFormComponent>, int?)
public Tab(string label, List<IFormComponent> schema, int? columns = null)
Parameters
label
stringschema
List<IFormComponent>columns
int?
Properties
ComponentName
The component name in the front-end side.
public override string ComponentName { get; }