Gets or sets a value indicating whether the column is visible within the displayed area of the C1GridView control.

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

Syntax

C#
[DefaultValueAttribute(true)]
[JsonAttribute(true, true, true)]
public virtual bool Visible { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<JsonAttribute(True, True, True)> _
Public Overridable Property Visible As Boolean
	Get
	Set

Field Value

True if the column is visible in the C1GridView component; otherwise, False. The default value is True.

See Also