NetXP 3.0 Reference

ListBarGroupCollection.Contains Method 

Determines whether a ListBarGroup element is contained within the control's collection of groups.

[Visual Basic]
Public Function Contains( _
   ByVal group As ListBarGroup _
) As Boolean
[C#]
public bool Contains(
   ListBarGroup group
);

Parameters

group
The ListBarGroup to check if present.

Return Value

True if the ListBarGroup is contained within the control's collection, False otherwise.

See Also

ListBarGroupCollection Class | NETXP.Controls.Bars Namespace