Specifies whether a property or event should be displayed in a C1PropertyGrid.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class BrowsableAttribute : Attribute
Visual Basic
Public Class BrowsableAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    C1.Silverlight.Extended..::..BrowsableAttribute

See Also