Click or drag to resize

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; }

Property Value

Type: Boolean
true if the column is visible; otherwise false.

Return Value

Type: Boolean
Remarks