NetXP 3.0 Reference

ListBar.SetGroups Method 

Sets the groups object associated with this control to a new group collection.

[Visual Basic]
Public Sub SetGroups( _
   ByVal groups As ListBarGroupCollection _
)
[C#]
public void SetGroups(
   ListBarGroupCollection groups
);

Parameters

groups
The ListBarGroupCollection object holding the new collection of groups to associate with this control.

See Also

ListBar Class | NETXP.Controls.Bars Namespace