C1.WPF.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)
 
See Also