PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGroup Class / Properties Property

In This Topic
    Properties Property
    In This Topic
    a group of propertyAttribute which has same propertyInfo
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Properties As IReadOnlyList(Of PropertyAttribute)
    public IReadOnlyList<PropertyAttribute> Properties {get;}
    See Also