NetXP 3.0 Reference

ListBarGroupCollection Constructor 

Creates a new instance of the ListBarGroup collection and associates it with the control which owns it.

[Visual Basic]
Public Sub New( _
   ByVal owner As ListBar _
)
[C#]
public ListBarGroupCollection(
   ListBar owner
);

Parameters

owner
The owning ListBar control.

See Also

ListBarGroupCollection Class | NETXP.Controls.Bars Namespace