'Declaration
<System.ComponentModel.DefaultValueAttribute(System.Nullable`1, "")> <WebSysDescriptionAttribute("TreeNode_Expanded")> Public Property Expanded As System.Nullable(Of Boolean)
'Usage
Dim instance As NCustomTreeNode Dim value As System.Nullable(Of Boolean) instance.Expanded = value value = instance.Expanded
[System.ComponentModel.DefaultValue(System.Nullable`1, "")] [WebSysDescription("TreeNode_Expanded")] public System.Nullable<bool> Expanded {get; set;}