Table of Contents

Class CardLayout

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

Namespace containing classes for layouts in the Trinity component library.

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

Constructors

CardLayout(List<IFormComponent>, int?)

public CardLayout(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; }

Property Value

string