Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(true)] [C1CategoryAttribute("Category.Behavior")] [JsonAttribute(true, true, true)] [RefreshPropertiesAttribute(RefreshProperties.All)] [NotifyParentPropertyAttribute(true)] [BrowsableAttribute(true)] public bool DisplayVisible { get; set; } |
| Visual Basic (Declaration) |
|---|
<LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(True)> _ <C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, True)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <NotifyParentPropertyAttribute(True)> _ <BrowsableAttribute(True)> _ Public Property DisplayVisible As Boolean Get Set |
Remarks
Returns true if the control is visible on the page; otherwise false.