'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the title for the group node which holds this item.")> Public Property GroupByTitle As System.String
'Usage
Dim instance As NTreeListNodeSubItem Dim value As System.String instance.GroupByTitle = value value = instance.GroupByTitle
[System.ComponentModel.Description("Gets/sets the title for the group node which holds this item.")] public System.string GroupByTitle {get; set;}