Name | Description | |
---|---|---|
ColumnDefinition Constructor | Setup Defaults |
The following tables list the members exposed by ColumnDefinition.
Name | Description | |
---|---|---|
ColumnDefinition Constructor | Setup Defaults |
Name | Description | |
---|---|---|
AddTotalAtTheEnd | Add a total (sum) at the end of this column | |
Alignment | Gets or sets the alignment, Left, Right, or Center | |
BackgroundColor | The background color of the column. The default is White | |
ColumnName | The name of the column in the DataTable or object property. It must match exactly | |
CustomFormatString | A .NET Custom Format String | |
ForegroundColor | The foreground color of the column. The default is Black | |
HeaderText | The text for the header | |
TotalBold | Determines if the Total for this column will be bolded. Works in conjunction with AddTotalAtTheEnd. The default is true. |