'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the notes style to be applied on all NTreeListNode instances.")> Public Property NotesStyle As TreeListNodeNotesStyle
'Usage
Dim instance As NTreeList Dim value As TreeListNodeNotesStyle instance.NotesStyle = value value = instance.NotesStyle
[System.ComponentModel.Description("Gets/sets the notes style to be applied on all NTreeListNode instances.")] public TreeListNodeNotesStyle NotesStyle {get; set;}