DiagramLite Programmer's Guide
HeaderCollection Members
Properties Methods Events
 


Represents a strongly-typed collection of Header objects.

The following tables list the members exposed by the HeaderCollection type.

 Public Properties

  Name Description

Count

ICollection.Count implementation.

IsReadOnly

ICollection.IsReadOnly implementation.

Item

Gets or sets the Header at the specified position.

 Public Methods

  Name Description

Add

Adds the specified header to the collection.

Clear

Removes all headers from the collection.

Contains

Checks whether a Header is in the collection.

CopyTo

ICollection.CopyTo implementation.

GetEnumerator

IEnumerable.GetEnumerator implementation.

IndexOf

Gets the index of the specified header within this collection.

Insert

Inserts the specified Header at the specified position within the HeaderCollection.

Remove

Removes the first occurrence of the specified Header from the collection.

RemoveAt

Removes the Header at the specified position within the collection.

 Public Events

  Name Description

CollectionChanged

INotifyCollectionChanged.CollectionChanged implementation.

 See Also

HeaderCollection Class
MindFusion.Diagramming.Lanes Namespace