ExpandableValue Enumerated Type
Specifies how a TreeNode should handle expansion and the plus(+) sign.
Syntax
Visual Basic Public Enum ExpandableValue C# public enum ExpandableValue Managed C++ public: enum ExpandableValue JScript public enum ExpandableValue
Constants
Constant Name Description Always Always show a plus(+) sign and allow expansion. Auto Show a plus(+) sign and allow expansion only when children exist. CheckOnce When the existence of children is unknown, such as in databinding, always allow expansion to be attempted once.
Enumerated Type Information
Namespace Microsoft.Web.UI.WebControls Assembly Microsoft.Web.UI.WebControls.dll
See Also