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

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

Property Value

The method attributes.
See Also

Reference

CollectionEditorControl Class
CollectionEditorControl Members