Gets or sets the static key of the column.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
[LayoutAttribute(LayoutType.Misc)]
[DefaultValueAttribute(true)]
public override bool Visible { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, True)> _
<LayoutAttribute(LayoutType.Misc)> _
<DefaultValueAttribute(True)> _
Public Overrides Property Visible As Boolean
	Get
	Set

See Also