static public method TableExtensions.AddImageColumn
Adds an image column to the table, allows specifying the header and configuring the column, and returns the TableColumnBuilder
.
Declaration | ||||
|
Parameters | |
table |
This |
headerText |
The text of the column header. |
imageBuilder |
An instance of |
configure |
A configuration action for the column. |
Declared in TableExtensions