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

In This Topic
    IndexOf Method (PropertyGridGroupsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function IndexOf( _
       ByVal item As PropertyGroup _
    ) As Integer
    public virtual int IndexOf( 
       PropertyGroup item
    )

    Parameters

    item
    See Also