Top "Browsable" questions

Conditional "Browsable" Attribute

Is there a way to make a "Browsable" attribute conditional, so the property that applies it will sometimes appear in …

c# properties conditional browsable
C# Dynamic Attribute Arguments

Is there a way to do the following? I see that the Attribute Arguments must be a constant expression, so …

c# properties attributes browsable
Making the Visual Studio designer ignore a public property

I have a UserControl with a public property using the following attributes: [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] I have tried …

c# visual-studio serialization designer browsable