Class
TableBodyColumn

Represents a column in the Table's Body

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(TableBodyColumnConverter))]
public class TableBodyColumn

Inheritance: objectTableBodyColumn

Constructors

TableBodyColumn()

TODO: Add documentation.

Declaration

cs-api-definition
public TableBodyColumn()

TableBodyColumn(Unit)

TODO: Add documentation.

Declaration

cs-api-definition
public TableBodyColumn(Unit width)

Parameters

width

Unit

Properties

Width

The width of the TableBodyColumn

Declaration

cs-api-definition
public Unit Width { get; set; }

Property Value

Unit