static public method TableExtensions.AddColumnToTableAdds a column with a specified header (a text string) to the table, allows specifying a bounded property and configuring the column, and returns the TableBuilder.
| Declaration | ||||
|
||||
| Parameters | |
table |
This |
headerText |
The text of the column header. |
boundedProperty |
The name of the bounded property of the column. |
columnConfigure |
A configuration action for the column. |
Declared in TableExtensions