Gets or sets the property attributes for the CollectionEditorControl.
Namespace:
C1.Silverlight.Extended.PropertyGridAssembly: 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 |