PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridObjectCollection Class / IndexOf Method

In This Topic
    IndexOf Method (PropertyGridObjectCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(2)>
    Public Function IndexOf( _
       ByVal value As Object _
    ) As Integer
    [NullableContext(2)]
    public int IndexOf( 
       object value
    )

    Parameters

    value
    See Also