TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / HeaderCheckBox Property

In This Topic
    HeaderCheckBox Property (C1TreeView)
    In This Topic
    Contains information about the C1TreeColumn header CheckBox.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1DescriptionAttribute("C1TreeView.HeaderCheckBox", "Contains information about the C1TreeColumn header CheckBox.")>
    Public ReadOnly Property HeaderCheckBox As CheckBoxInfo
    [C1Category("Behavior")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Description("C1TreeView.HeaderCheckBox", "Contains information about the C1TreeColumn header CheckBox.")]
    public CheckBoxInfo HeaderCheckBox {get;}
    See Also