Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / Browsable Property

In This Topic
    Browsable Property (PropertyAttribute)
    In This Topic
    Gets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid).
    Syntax
    'Declaration
     
    
    Public Property Browsable As Boolean
    public bool Browsable {get; set;}
    See Also