NetXP 3.0 Reference

ListBarGroupCollection.SetOwner Method 

Enables a deserialized object graph to be associated with a ListBar control.

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

Parameters

owner
The ListBar control which will own this collection of items.

See Also

ListBarGroupCollection Class | NETXP.Controls.Bars Namespace