'Declaration<WebCategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute(-1)> <WebSysDescriptionAttribute("Table_CellPadding")> Public Overridable Property CellPadding As System.Integer
'UsageDim instance As NSearchControl Dim value As System.Integer instance.CellPadding = value value = instance.CellPadding
[WebCategory("Appearance")] [System.ComponentModel.DefaultValue(-1)] [WebSysDescription("Table_CellPadding")] public virtual System.int CellPadding {get; set;}