TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / Expanded Property

In This Topic
    Expanded Property (C1TreeNode)
    In This Topic
    Gets or sets a value indicating whether the tree node is in the expanded state.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeNode.Expanded", "Gets or sets a value indicating whether the tree node is in the expanded state.")>
    <DefaultValueAttribute(False)>
    <C1CategoryAttribute("Behavior")>
    Public Property Expanded As Boolean
    [C1Description("C1TreeNode.Expanded", "Gets or sets a value indicating whether the tree node is in the expanded state.")]
    [DefaultValue(false)]
    [C1Category("Behavior")]
    public bool Expanded {get; set;}
    See Also