| EditableListColumnOptionsVisible Property |
Gets or sets a value that indicates whether a column is visible.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("")]
public bool Visible { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("")>
Public Property Visible As Boolean
Get
Set
Property Value
Type:
Booleantrue if the column is visible; otherwise false.
Return Value
Type:
BooleanRemarks See Also