Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended 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 ObservableCollection(Of PropertyAttribute)
    public ObservableCollection<PropertyAttribute> PropertyAttributes {get;}
    See Also