ComponentOne TreeView for WinForms
Visible Property (C1TreeColumn)

C1.Win.TreeView Namespace > C1TreeColumn Class : Visible Property
Gets or sets a value indicating whether the tree node is in the visible state.
Syntax
'Declaration
 
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("ツリーノードが表示可能な状態であるかどうかを示す値を取得または設定します。")>
<DefaultValueAttribute()>
Public Property Visible As Boolean
[C1Category("動作")]
[C1Description("ツリーノードが表示可能な状態であるかどうかを示す値を取得または設定します。")]
[DefaultValue()]
public bool Visible {get; set;}
See Also

Reference

C1TreeColumn Class
C1TreeColumn Members