C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / C1TargetControlBase Class / DisplayVisible Property

In This Topic
DisplayVisible Property (C1TargetControlBase)
In This Topic
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Syntax
'Declaration
 
Public Property DisplayVisible As System.Boolean
 
Remarks
Note that a server control is created and invisible if DisplayVisible is set to false.
See Also