Class UnboundCellSpec<T>
An UnboundCellSpec that renders the T component, passing it the row entity.
public class UnboundCellSpec<T> : UnboundCellSpec where T : IComponent
Type Parameters
T
- Inheritance
-
UnboundCellSpec<T>
- Inherited Members
Constructors
UnboundCellSpec(string, int, HeaderSpec?, bool, params RelationshipInfo[])
public UnboundCellSpec(string label, int order, HeaderSpec? header = null, bool isSummarised = true, params RelationshipInfo[] preloads)
Parameters
labelstringorderintheaderHeaderSpecisSummarisedboolpreloadsRelationshipInfo[]