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(false)]
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, false)]
public override bool Visible { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, False)> _
Public Overrides Property Visible As Boolean
	Get
	Set

Field Value

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

See Also