Gets or sets the property attributes for the CollectionEditorControl.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public ObservableCollection<PropertyAttribute> PropertyAttributes {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property PropertyAttributes As ObservableCollection(Of PropertyAttribute)
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

Field Value

The property attributes.

See Also