PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / PropertyAttributes Property

In This Topic
    PropertyAttributes Property (C1PropertyGrid)
    In This Topic
    Gets the list of property attributes used to configure the visualization of the SelectedObject's properties.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PropertyAttributes As PropertyGridAttributeCollection
    public PropertyGridAttributeCollection PropertyAttributes {get;}
    See Also