NetXP 3.0 Reference

ListBarGroupCollection.Add Method 

Adds a new ListBarGroup to the control.

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

Parameters

group
The group to add to the control

Return Value

The index at which the group was added.

See Also

ListBarGroupCollection Class | NETXP.Controls.Bars Namespace