ColumnDefinition

Classes > Nimblesite.Reporting.Engine > ColumnDefinition

Column definition for table components.

public sealed record ColumnDefinition : IEquatable<ColumnDefinition>

Constructors

ColumnDefinition

public ColumnDefinition(string Field, string Header)

Column definition for table components.

Parameter Type Description
Field String
Header String

Properties

Field

public string Field { get; init; }
public string Header { get; init; }