Class PrintTableColumn
Элемент для создания столбца таблицы.
Namespace:InfinniPlatform.PrintView.Block
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class PrintTableColumn : PrintNamedItem
Properties
| Improve this Doc View SourceCellTemplate
Шаблон ячеек столбца.
Declaration
public PrintTableCell CellTemplate { get; set; }
Property Value
Type | Description |
---|---|
PrintTableCell |
Header
Заголовок столбца.
Declaration
public PrintTableCell Header { get; set; }
Property Value
Type | Description |
---|---|
PrintTableCell |
Size
Ширина столбца.
Declaration
public double ? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
SizeUnit
Единица измерения ширины столбца.
Declaration
public PrintSizeUnit? SizeUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintSizeUnit> |
Methods
| Improve this Doc View SourceGetDisplayTypeName()
Возвращает отображаемое имя типа элемента.
Declaration
public override string GetDisplayTypeName()
Returns
Type | Description |
---|---|
System.String |