ComponentOne Wizard for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / C1TargetControlBase Class / DisplayVisible Property

In This Topic
    DisplayVisible Property
    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
    public System.bool DisplayVisible {get; set;}
    Remarks
    Note that a server control is created and invisible if DisplayVisible is set to false.
    See Also