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

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool DisplayVisible { get; set; }
Visual Basic
Public Property DisplayVisible As Boolean
	Get
	Set

Remarks

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

See Also