TableCellControl Property |
Gets or sets the control in this cell, or null for an empty space
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Control Control { get; set; }
Public Property Control As Control
Get
Set
member Control : Control with get, set
Property Value
Type:
ControlThe control.
See Also