I’m creating custom UserControl in ASP.NET and I’m using System.ComponentModel.Attributes to decorate properties with different things. By default, ASP.NET shows all public GET; SET properties of a control in properties window on ASPX page. What attribute I can use to ignore some of the properties ?
I tried to find something related to “ignore” on http://msdn.microsoft.com/en-us/library/system.componentmodel.aspx page, but didn’t find anything.
Thanks
You need BrowsableAttribute