SeriesDataBindingCollection Members

Include Protected Members
Include Inherited Members

Provides the collection that stores the SeriesDataBindingCollection object.

The SeriesDataBindingCollection type exposes the following members.

Constructors

  Name Description
Public method SeriesDataBindingCollection Initializes a new instance of the SeriesDataBindingCollection class.

Top

Properties

  Name Description
Public property Item[Int32] Gets or sets the SeriesDataBinding element from the collection at the specified index.
Public property Item[String] Gets or sets the matching SeriesDataBinding object with the specified series name from the collection.

Top

Methods

  Name Description
Public method Add Adds a SeriesDataBinding object to the end of the collection.
Public method Find Searches for the matching SeriesDataBinding object with the specified series name from the collection.
Public method IndexOf Retrieves the zero-based index of the first occurrence of a value in the collection.
Public method Insert Inserts the SeriesDataBinding element into the collection at the specified index.
Public method Remove(String) Removes the matching SeriesDataBinding object with the specified series name from the collection.
Public method Remove(SeriesDataBinding) Removes the first occurrence of a specific SeriesDataBinding object from the collection.

Top

See Also

Reference

SeriesDataBindingCollection Class

Microsoft.Office.Server.WebControls Namespace