'Declaration
<System.ComponentModel.DefaultValueAttribute(/)> <WebSysDescriptionAttribute("TreeView_PathSeparator")> Public Property PathSeparator As System.Char
'Usage
Dim instance As NTreeView Dim value As System.Char instance.PathSeparator = value value = instance.PathSeparator
[System.ComponentModel.DefaultValue(/)] [WebSysDescription("TreeView_PathSeparator")] public System.char PathSeparator {get; set;}