Class PrintViewDefaults.Table
Настройки по умолчанию для PrintTable.
Inheritance
System.Object
PrintViewDefaults.Table
Namespace:InfinniPlatform.PrintView.Defaults
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public static class Table : object
Properties
| Improve this Doc View SourceBorder
Границы таблицы.
Declaration
public static PrintBorder Border { get; set; }
Property Value
Type | Description |
---|---|
PrintBorder |
ShowHeader
Показывать ли заголовок таблицы.
Declaration
public static bool ShowHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |