Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditorControl Class / MethodAttributes Property

In This Topic
    MethodAttributes Property (CollectionEditorControl)
    In This Topic
    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