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