NetXP 3.0 Reference

ListBarGroupCollection Methods

The methods of the ListBarGroupCollection class are listed below. For a complete list of ListBarGroupCollection class members, see the ListBarGroupCollection Members topic.

Public Instance Methods

Add Adds a new ListBarGroup to the control.
AddRange Adds a range of previously defined ListBarGroup objects.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
Contains Determines whether a ListBarGroup element is contained within the control's collection of groups.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData Not implemented.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Gets the 0-based index of the specified ListBarGroup within this collection.
Insert Inserts a group at the specified 0-based index in the collection of groups.
InsertAfter Inserts a ListBarGroup immediately after the specified ListBarGroup.
InsertBefore Inserts a group immediately before the specified ListBarGroup.
Remove Removes the specified ListBarGroup.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
SetOwner Enables a deserialized object graph to be associated with a ListBar control.
ToString (inherited from Object)Returns a String that represents the current Object.

Explicit Interface Implementations

ICollection.CopyTo (inherited from CollectionBase) 
IList.Add (inherited from CollectionBase) 
IList.Contains (inherited from CollectionBase) 
IList.IndexOf (inherited from CollectionBase) 
IList.Insert (inherited from CollectionBase) 
IList.Remove (inherited from CollectionBase) 

See Also

ListBarGroupCollection Class | NETXP.Controls.Bars Namespace