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; }
Header
public string Header { get; init; }