[]
Represents the features for table items.
public class Table
The Table
class provides properties to configure the features for table items, such as auto-filling headers and footers, merging cells, and visibility of frozen rows and columns.
Name | Description |
---|---|
Table() |
Name | Description |
---|---|
AutoFillFooter | Gets or sets a value indicating whether the Table Footer needs to be auto-filled when a field is dropped to the Table Details. |
AutoFillHeader | Gets or sets a value indicating whether the Table Header needs to be auto-filled when a field is dropped to the Table Details. |
CanMergeCellsVertically | Gets or sets a value indicating whether the vertical merge of cells is enabled within the Table Header, Details, and Footer. |
HideFrozenRowsColumns | Gets or sets a value indicating whether to hide FrozenRows/FrozenColumns properties from the PropertyGrid. |