Is there a way to make a "Browsable" attribute conditional, so the property that applies it will sometimes appear in …
c# properties conditional browsableIs there a way to do the following? I see that the Attribute Arguments must be a constant expression, so …
c# properties attributes browsableI 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