Gets or sets a value that indicates whether a server control is rendered as UI on the page.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1MenuClient (in C1MenuClient.dll)

Syntax

JavaScript
function get_displayVisible();
function set_displayVisible(value);

Remarks

Returns true if the control is visible on the page; otherwise false.

See Also