PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / CollectionEditorControl Class / PropertyAttributes Property

In This Topic
    PropertyAttributes Property (CollectionEditorControl)
    In This Topic
    Gets or sets the property attributes for the CollectionEditorControl.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PropertyAttributes As PropertyGridAttributeCollection
    public PropertyGridAttributeCollection PropertyAttributes {get;}

    Property Value

    The property attributes.
    See Also