Gets the table this row is contained in
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DynamicTable Table { get; }
Public ReadOnly Property Table As DynamicTable
Get
member Table : DynamicTable with get
Property Value
Type:
DynamicTableThe table.
See Also