DynamicTableVisible Property |
Gets or sets a value indicating whether this
DynamicTable is visible.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
member Visible : bool with get, set
Property Value
Type:
Booleantrue if visible; otherwise,
false.
See Also