'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(100)> Public Overridable Property Width As System.Integer
'Usage
Dim instance As NDataGridColorColumnStyle Dim value As System.Integer instance.Width = value value = instance.Width
[SRCategory("CatLayout")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue(100)] public virtual System.int Width {get; set;}