'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the structure which controls the grid appearance.")> Public Property GridInfo As NTreeListGridInfo
'Usage
Dim instance As NTreeList Dim value As NTreeListGridInfo instance.GridInfo = value value = instance.GridInfo
[System.ComponentModel.Description("Gets/sets the structure which controls the grid appearance.")] public NTreeListGridInfo GridInfo {get; set;}