DynamicTableTable Property |
Gets the table layout this item represents
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TableLayout Table { get; }
Public ReadOnly Property Table As TableLayout
Get
member Table : TableLayout with get
Property Value
Type:
TableLayoutThe table.
See Also