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

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
[LayoutAttribute(LayoutType.Behavior)]
[C1CategoryAttribute("Category.Behavior")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[BrowsableAttribute(true)]
public bool DisplayVisible { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, True)> _
<LayoutAttribute(LayoutType.Behavior)> _
<C1CategoryAttribute("Category.Behavior")> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<BrowsableAttribute(True)> _
Public Property DisplayVisible As Boolean
	Get
	Set

Remarks

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

See Also