Gets or sets a value indicating whether or not the item is visible.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] [NotifyParentPropertyAttribute(true)] public bool Visible { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(True)> _ <NotifyParentPropertyAttribute(True)> _ Public Property Visible As Boolean |