'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)> <System.ComponentModel.DescriptionAttribute("Gets/sets the column this item belongs to.")> Public Property Column As NTreeListColumn
'Usage
Dim instance As NTreeListNodeSubItem Dim value As NTreeListColumn instance.Column = value value = instance.Column
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)] [System.ComponentModel.Description("Gets/sets the column this item belongs to.")] public NTreeListColumn Column {get; set;}