NetXP 3.0 Reference

ListBarGroupCollection.IndexOf Method 

Gets the 0-based index of the specified ListBarGroup within this collection.

[Visual Basic]
Public Function IndexOf( _
   ByVal group As ListBarGroup _
) As Integer
[C#]
public int IndexOf(
   ListBarGroup group
);

Parameters

group
The group to find the index for.

Return Value

The 0-based index of the group, if found, otherwise - 1.

See Also

ListBarGroupCollection Class | NETXP.Controls.Bars Namespace