PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / Source Property

In This Topic
    Source Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Property Source As IReadOnlyList(Of S)
    protected virtual IReadOnlyList<S> Source {get; set;}
    See Also