31 private readonly
string columnId;
32 private readonly
string header;
33 private readonly
string dataSourceId;
34 private readonly
string partition;
35 private readonly SKColor? fgColor;
36 private readonly SKColor? bgColor;
38 private readonly
byte? nrDecimals;
Defines a column in a table.
SKColor? FgColor
Optional Foreground Color.
Column(string ColumnId, string Header, string DataSourceId, string Partition, SKColor? FgColor, SKColor? BgColor, ColumnAlignment? Alignment, byte? NrDecimals)
Defines a column in a table.
string Partition
Optional partition reference.
SKColor? BgColor
Optional Background Color.
string Header
Optional localized header.
string DataSourceId
Optional Data Suorce ID reference.
byte? NrDecimals
Optional Number of Decimals.
ColumnAlignment? Alignment
Optional Column Alignment.
ColumnAlignment
Column alignment.