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

In This Topic
    MethodAttributes Property (C1PropertyGrid)
    In This Topic
    Gets the list of method attributes used to configure the visualization of the SelectedObject's methods.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MethodAttributes As ObservableCollection(Of MethodAttribute)
    public ObservableCollection<MethodAttribute> MethodAttributes {get;}
    See Also