TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CheckBoxInfo Class / Visible Property

In This Topic
    Visible Property (CheckBoxInfo)
    In This Topic
    Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("CheckBoxInfo.Visible", "Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.")>
    <C1CategoryAttribute("Behavior")>
    Public Property Visible As Boolean
    [DefaultValue(false)]
    [C1Description("CheckBoxInfo.Visible", "Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.")]
    [C1Category("Behavior")]
    public bool Visible {get; set;}
    See Also