Gets or sets a value that indicates whether a server control will be shown as UI on the page.

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

Syntax

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

Remarks

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

See Also