PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridEditorsCollection Class / IndexOf Method / IndexOf(IPropertyGridEditor) Method

In This Topic
    IndexOf(IPropertyGridEditor) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal item As IPropertyGridEditor _
    ) As Integer
    public int IndexOf( 
       IPropertyGridEditor item
    )

    Parameters

    item
    See Also