Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves a value that indicates whether a plus-sign image displays on a node.
Syntax
Visual Basic Public Property Expandable As ExpandableValue C# public ExpandableValue Expandable { get; set; } Managed C++ public: __property ExpandableValue get_Expandable();
public: __property void set_Expandable(ExpandableValue);JScript public function get Expandable() : ExpandableValue;
public function set Expandable(ExpandableValue);
Possible Values
sExpandable ExpandableValue that specifies or receives a value that indicates whether or not a plus-sign image displays on a node. AlwaysA plus- or minus-sign image displays on a node (whether or not it has children) when the ShowPlus property istrue.AutoDefault. A plus- or minus-sign image displays on a node if it has children and the ShowPlus property is alsotrue.CheckOnceA plus-sign image displays on a node when ShowPlus is alsotrue. If the node has no children, the plus-sign disappears when the user clicks the node for the first time.The property is read/write. The property has a default value of Auto.
Remarks
CheckOnceis the default value when the node has the TreeNodeSrc property set.
Applies To
TREENODE, TREENODETYPE
See Also
Internet Explorer WebControls, About the TreeView WebControl