DynamicTableParent Property |
Gets or sets the parent table
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DynamicTable Parent { get; }
Public ReadOnly Property Parent As DynamicTable
Get
member Parent : DynamicTable with get
Property Value
Type:
DynamicTableThe parent.
See Also