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

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

    Parameters

    index
    See Also