ComponentOne Extended Library for WPF and Silverlight
PropertyAttributes Property (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : PropertyAttributes Property
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

Reference

C1PropertyGrid Class
C1PropertyGrid Members