Gets or sets value indicating whether the element is visible or not.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function get_visible();
function set_visible(value);

Remarks

When setting this property to true, underlying DOM element is created if it doesn't exist.

See Also