PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridObjectCollection Class / Item Property

In This Topic
    Item Property (PropertyGridObjectCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public object this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also