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

C1.Silverlight.Extended.PropertyGrid Namespace > CollectionEditorControl Class : PropertyAttributes Property
Gets or sets the property attributes for the CollectionEditorControl.
Syntax
'Declaration
 
Public Property PropertyAttributes As ObservableCollection(Of PropertyAttribute)
public ObservableCollection<PropertyAttribute> PropertyAttributes {get; set;}

Property Value

The property attributes.
See Also

Reference

CollectionEditorControl Class
CollectionEditorControl Members