LayoutCell
A cell in the report grid containing a component.
public sealed record LayoutCell : IEquatable<LayoutCell>
Constructors
LayoutCell
public LayoutCell(int ColSpan, ComponentDefinition Component, string? CssClass = null)
A cell in the report grid containing a component.
| Parameter | Type | Description |
|---|---|---|
ColSpan |
Int32 |
|
Component |
ComponentDefinition |
|
CssClass |
String |
Properties
ColSpan
public int ColSpan { get; init; }
Component
public ComponentDefinition Component { get; init; }
CssClass
public string? CssClass { get; init; }