'Declaration
<System.ComponentModel.DefaultValueAttribute(5)> <System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("CatLayout")> <SRDescriptionAttribute("DataGridView_ColumnMinimumWidthDescr")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property MinimumWidth As System.Integer
'Usage
Dim instance As NDataGridViewExpandCollapseColumn Dim value As System.Integer instance.MinimumWidth = value value = instance.MinimumWidth
[System.ComponentModel.DefaultValue(5)] [System.ComponentModel.Localizable(true)] [SRCategory("CatLayout")] [SRDescription("DataGridView_ColumnMinimumWidthDescr")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] public System.int MinimumWidth {get; set;}