'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the minimum width of the column.")> Public Property MinimumWidth As System.Integer
'Usage
Dim instance As NTreeListColumn Dim value As System.Integer instance.MinimumWidth = value value = instance.MinimumWidth
[System.ComponentModel.Description("Gets/sets the minimum width of the column.")] public System.int MinimumWidth {get; set;}